Mark Cupitt created an issue |
CSS Module takes a long time to Submit on certain CSS (Weird Issue) |
Issue Type: |
Bug |
---|---|
Affects Versions: |
2.5.1 |
Assignee: |
|
Components: |
CSS |
Created: |
20/Jun/14 8:48 PM |
Environment: |
Ubuntu 8 core, 24 Gb, 8Gb allocated to GeoServer. |
Priority: |
Major |
Reporter: |
The following CSS takes over 25 minutes to process after pasting into the CSS Stylesheet Box, then another 10 minutes to Submit. If I past the CSS down to the /* ? 3K - 0K --* Comment, it takes a few seconds, but adding that last block cause the issue to appear. I cannot see anything wrong with the CSS, pasting the blocks of CSS individually all works fine, it is only when the entire file is pasted. /*
/* ---------------- GLOBAL --------------------------------------------------------------------- */ { mark-mime: ‘image/svg+xml’; } /* ---------------- 30K - 15K--------------------------------------------------------------------- */ /* @title Traffic Lights 30K - 15K */ { mark: url(‘http://icons.markware.net/geoserver/icons/traffic/trafficlight.svg’); mark-size: 4px; } /* @title Barriers 30K - 15K */ { mark: url(‘http://icons.markware.net/geoserver/icons/traffic/barrier_liftgate.svg’); mark-size: 10px; } /* @title Parking 30K - 15K */ { mark: url(‘http://icons.markware.net/geoserver/icons/traffic/parking.svg’); mark-size: 10px; } /* ---------------- 15K - 30K--------------------------------------------------------------------- */ /* @title Traffic Signals 15K - 6K */ { mark: url(‘http://icons.markware.net/geoserver/icons/traffic/trafficlight.svg’); mark-size: 8px; } /* @title Barriers 15K - 6K */ { mark: url(‘http://icons.markware.net/geoserver/icons/traffic/barrier_liftgate.svg’); mark-size: 12px; } /* @title Parking 15K - 6K */ { mark: url(‘http://icons.markware.net/geoserver/icons/traffic/parking.svg’); mark-size: 15px; } /* ---------------- 6K - 3K--------------------------------------------------------------------- */ /* @title Traffic Signals 6K - 3K */ { mark: url(‘http://icons.markware.net/geoserver/icons/traffic/trafficlight.svg’); mark-size: 10px; } /* @title Barriers 6K - 3K */ { mark: url(‘http://icons.markware.net/geoserver/icons/traffic/barrier_liftgate.svg’); mark-size: 15px; } /* @title Parking 6K - 3K */ { mark: url(‘http://icons.markware.net/geoserver/icons/traffic/parking.svg’); mark-size: 20px; } /* ---------------- 3K - 0K--------------------------------------------------------------------- */ /* @title Traffic Signals 3K - 0K */ { mark: url(‘http://icons.markware.net/geoserver/icons/traffic/trafficlight.svg’); mark-size: 11px; } /* @title Barriers 3K - 0K */ { mark: url(‘http://icons.markware.net/geoserver/icons/traffic/barrier_liftgate.svg’); mark-size: 20px; } /* @title Parking 3K - 0K */ { mark: url(‘http://icons.markware.net/geoserver/icons/traffic/parking.svg’); mark-size: 25px; } /* ---------------- END --------------------------------------------------------------------- */ |
This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c) |