[Geoserver-devel] [jira] (GEOS-5695) Dispatcher mis-handles GetCapabilities POST requests

Andrea Aime created BugGEOS-5695
Dispatcher mis-handles GetCapabilities POST requests

Issue Type:

BugBug

Affects Versions:

2.2.5

Assignee:

Andrea Aime

Created:

07/Mar/13 12:40 PM

Description:

Issuing a GetCapabilites POST request for service version x when there is a x+1 in the classpath causes troubles: the xml parser parses the request bean for version x, but the dispatcher already assumed the service is version x+1: since there is no “version” attribute in GetCaps requests, it picks the highest.
And then things go downhill, since we parsed a bean that’s incompatible with the target service

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Andrea Aime

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