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

        

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to