-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
Description
After the upgrade to GeoServer 2.13, the export GeoPackage process generates a valid XML, but somewhere in the process, the XML end-tags end up with ":" chars injected into the end-tags.
For example: <layers>...</:layers>
Error text:
<wps:ExecuteResponse xml:lang="en" service="WPS" serviceInstance="http://cobra:8080/geoserver/ows?" version="1.0.0">
<wps:Process wps:processVersion="1.0.0">
<ows:Identifier>gs:GeoPackage</ows:Identifier><ows:Title>GeoPackage</ows:Title>
<ows:Abstract>Geopackage Process</ows:Abstract>
</wps:Process>
<wps:Status creationTime="2018-06-26T23:07:14.003Z">
<wps:ProcessFailed>
<ows:ExceptionReport version="1.1.0">
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>Failed to retrieve value for input contents
The element type "layers" must be terminated by the matching end-tag "</layers>".
</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
</wps:ProcessFailed>
</wps:Status>
</wps:ExecuteResponse>