Tobias Warneke created an issue |
externalGraphic with relative path and query parameters problem |
Issue Type: |
Bug |
---|---|
Affects Versions: |
2.6.1 |
Assignee: |
|
Created: |
18/Nov/14 2:47 AM |
Priority: |
Major |
Reporter: |
I don’t know, if this should be here or in GeoTools Issues. I implemented a ExternalGraphicFactory which is working. (getIcon gets called). So I wanted to provide some additional parameters using the URL of my online resource. Here are the tests I did. myimage.png -> worked myimage.png?param=testparam –> stripped parameter I got URL myimage.png <absolute-path>/myimage.png?param=testparam –> worked and this is my hack at the moment for relative paths: myimage.png¶m=testparam –> work (path and parameter separated by a &) Here is the snipped of my external graphics: <ExternalGraphic> The logging does say: Here the parameter is still there but in my factory class the param - part is not there. However, this is not a problem with GeoServer 2.3, 2.5. |
This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c) |