Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6.0-RC2
-
Fix Version/s: 1.6.4
-
Component/s: Configuration
-
Labels:None
-
Environment:Windows Server 2003, Java 1.6, Tomcat 6 working behing a reverse proxy.
Description
I need to specify a proxy base like http://mysite.mydomain/tools/. I have specificed a proxy base of http://mysite.mydomain/tools/ but the URL that shows up in Geoserver is only http://mysite.mydomain/geoserver instead of http://mysite.mydomain/tools/geoserver. The forward slash seems to be ignored.
Issue Links
- relates to
-
GEOS-1918
Add a servlet filter that does the reverse proxy work in translating html and javascript urls to the proxy based ones
-
I would add a comment here, as after reading this one more time, I will clarify a bit the problem...
I need to specify a proxy base like http://mysite.mydomain/tools/. I have specificed a proxy base of http://mysite.mydomain/tools/ but the URL that shows up in Geoserver is only http://mysite.mydomain/geoserver instead of http://mysite.mydomain/tools/geoserver. Everything after http://mydomain.mysite/ seems to be ignored.