Issue Type: Bug Bug
Affects Versions: 8.3, 9.0-M0
Assignee: Jody Garnett
Components: main
Created: 07/Nov/12 8:31 PM
Description:

Specifying a relative external graphic file url as follows doesn't work:

<sld:OnlineResource xlink:href="" class="code-quote">"file:foo.png"/>

However dropping the prefix does work:

<sld:OnlineResource xlink:href="" class="code-quote">"foo.png"/>

However the SLDParser doesn't parse the second case complaining about a malformed url.

For instance this issue makes it not possible to upload a style containing a symbol with a relative path to GeoServer using the rest api. In order for it to render the style must be manually edited and the prefixed dropped.

Project: GeoTools
Priority: Major Major
Reporter: Justin Deoliveira
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to