Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.M0, 2.1.M1, 2.1.M2
-
Fix Version/s: 2.1.M4
-
Component/s: wms extension, xml
-
Labels:None
Description
Occurs while attempting to parse:
http://globe.digitalearth.gov/viz-bin/wmt.cgi?VERSION=1.1.0&Request=GetCapabilities
java.net.URISyntaxException: Illegal character in fragment at index 1: ##targetNamespace
at org.geotools.xml.handlers.xsi.AnyHandler.startElement(AnyHandler.java:121)
at org.geotools.xml.XSISAXHandler.startElement(XSISAXHandler.java:207)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source)
I am not quite sure what the problem is, but I will worry about it later.