[Geoserver-devel] [jira] (GEOS-5132) Dispatch based on namespace in xml post requests

Justin Deoliveira created ImprovementGEOS-5132
Dispatch based on namespace in xml post requests

Issue Type:

ImprovementImprovement

Affects Versions:

2.2-beta2

Assignee:

Justin Deoliveira

Created:

29/May/12 9:41 AM

Description:

Being able to take advantage of the xml namespace as context when dispatching. An example from wfs:

<wfs:GetCapabilities xmlns:wfs='http://www.opengis.net/wfs'/>
<wfs:GetCapabilities xmlns:wfs='http://www.opengis.net/wfs/2.0'/>

Since the first request uses the wfs 1.0/1.1 namespace we should not consider wfs 2.0 when dispatching that request.

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Justin Deoliveira

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your [JIRA administrators](https://jira.codehaus.org/secure/ContactAdministrators!default.jspa). For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)