Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.0-beta3
-
Fix Version/s: 1.6.0-beta4
-
Component/s: Google Earth KML Output
-
Labels:None
-
Number of attachments :
Description
when requesting kml from the demo page of geoserver 1.6 beta3 , I get a nullpointer exception
this didn't happen with 1.5.3 , and I haven't defined a proxy in web.xml
330309 [btpool0-6] ERROR org.mortbay.log - /geoserver/wms/kml_reflect:
java.lang.NullPointerException
at java.net.URI$Parser.parse(URI.java:3003)
at java.net.URI.<init>(URI.java:578)
at org.geoserver.ows.util.RequestUtils.proxifiedBaseURL(RequestUtils.java:63)
at org.vfny.geoserver.wms.servlets.KMLReflector.doGet(KMLReflector.java:252)
I see this was probably fixed in rev [7554]