application/openlayers format creates GetFeatureInfo request with both upper and lowercase parameters
-----------------------------------------------------------------------------------------------------
Key: GEOS-1753
URL: http://jira.codehaus.org/browse/GEOS-1753
Project: GeoServer
Issue Type: Bug
Components: WMS
Affects Versions: 1.6.0-RC1
Reporter: Tyler Erickson
Assignee: Andrea Aime
Priority: Minor
The GetFeatureInfo request created by the
application/openlayers format makes a URL WMS request that has parameters
that are both upper and lowercase versions of the same parameter (see the example request below: SRS/srs ,
LAYERS/layers , STYLES/styles).
While this doesn't seem to cause an error I am wondering which parameter is
used when both occur but have different values.
Example URL created by the application/openlayers format:
http://geoserver:8085/geoserver/wms
?WIDTH=800
*&LAYERS=topp%3Astates*
*&STYLES=*
*&SRS=EPSG%3A4326*
&HEIGHT=317
&FORMAT=image%2Fpng
&SERVICE=WMS
&VERSION=1.1.1
&REQUEST=GetFeatureInfo
&EXCEPTIONS=application%2Fvnd.ogc.se_xml
&BBOX=-145.489487%2C17.494456%2C-46.211784%2C56.833246
&X=484&Y=106
&INFO_FORMAT=text%2Fhtml
&QUERY_LAYERS=topp%3Astates
&FEATURE_COUNT=50
*&layers=topp%3Astates*
*&styles=*
*&srs=EPSG%3A4326*
--
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