Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Versioning
-
Labels:None
-
Number of attachments :
Description
Attached request was POSTed to
http://artois.openplans.org/geoserver/ows?strict=true
The problem goes away when the strict=true parameter is removed.
This is not stopping me from working.
This is happening because of an API mismatch in the dispatcher, strict=true force kvp parsing, the code that looks for the kvp parser assumes there is one or thorws an exception, but in the case of wfsv, GetDiff is not implemented as a GET request so there's not kvp parser, and thus boom.