Hi there,
we upgraded our geoserver from version 1.3.2 to the latest build (1.4RC1) and noticed that our routing application, which uses XML GetMap requests, throws following exception, which occurs in the geoserver GetMap servlet:
-------------------------------------8<-----------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE ServiceExceptionReport SYSTEM "https://highway.teleatlas.com:8891/geoserver/schemas//wms/1.1.1/WMS_exception_1_1_1.dtd"> <ServiceExceptionReport version="1.1.1">
<ServiceException>
java.lang.UnsupportedOperationException: Method getXmlRequestReader() not yet implemented.
at org.vfny.geoserver.wms.servlets.GetMap.getXmlRequestReader(GetMap.java:111)
at org.vfny.geoserver.servlets.AbstractService.doPost(AbstractService.java:386)
at org.geoserver.request.Dispatcher.post(Dispatcher.java:273)
at org.geoserver.request.Dispatcher.dispatch(Dispatcher.java:163)
at org.geoserver.request.Dispatcher.handleRequestInternal(Dispatcher.java:56)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:139)
at
...
</ServiceException>
</ServiceExceptionReport>
-------------------------------------8<-----------------------------------
Any ideas?
TIA,
Hannes Scharmann