Update and Delete transactions fail if name space prefix is different than the declared one
-------------------------------------------------------------------------------------------
Key: GEOS-3812
URL: http://jira.codehaus.org/browse/GEOS-3812
Project: GeoServer
Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Andreas Hocevar
Assignee: Andrea Aime
This used to work fine in 1.7.x, but does not any more, e.g:
<wfs:Delete typeName="feature:medford_parks" xmlns:feature="http://medford">
The following works in both versions ("medford" is the declared prefix):
<wfs:Delete typeName="medford:medford_parks" xmlns:medford="http://medford">
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira