Issue Type: Bug Bug
Affects Versions: 8.3
Assignee: Jody Garnett
Components: wms extension
Created: 15/Nov/12 9:23 AM
Description:

In the AbstractGetMapRequest class the URLEncoder is used to encode the layer names of a WMS. When the name contains a space, this will be converted to a +. This is a known issue of the URLEncoder class (http://stackoverflow.com/questions/4737841/urlencoder-not-able-to-translate-space-character). It is best to add replaceAll("+", "%20") to the code.

Environment: JDK 6
Project: GeoTools
Priority: Major Major
Reporter: Timo Du Four
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
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to