[Geoserver-devel] [jira] (GEOS-5783) SSL redirect to wrong path

Andrii Borovyk created BugGEOS-5783
SSL redirect to wrong path

Issue Type:

BugBug

Affects Versions:

2.3.0

Assignee:

Andrea Aime

Components:

Security

Created:

19/Apr/13 9:06 AM

Description:

  1. Via administrator web interface, configure default filter chain to “Accept only SSL requests”

  2. Try to access any WMS layer using HTTP, for example: http://localhost:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=tasmania&styles=&bbox=143.83482400000003,-43.648056,148.47914100000003,-39.573891&width=512&height=449&srs=EPSG:4326&format=application/openlayers

  3. Your request will be redirected to https://localhost:8443/wms?height=449&bbox=143.83482400000003%2C-43.648056%2C148.47914100000003%2C-39.573891&width=512&layers=tasmania&request=GetMap&service=WMS&srs=EPSG%3A4326&format=application%2Fopenlayers&version=1.1.0

Redirection is correct, except the path “/wms” - it should be “/geoserver/wms” as in original request.

Project:

GeoServer

Priority:

MinorMinor

Reporter:

Andrii Borovyk

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)