Enabling the reverse proxy in web.xml causes the search widget of layers, styles, etc. to malfunction
-----------------------------------------------------------------------------------------------------
Key: GEOS-3940
URL: http://jira.codehaus.org/browse/GEOS-3940
Project: GeoServer
Issue Type: Bug
Components: UI
Affects Versions: 2.0.x
Reporter: Luca Morandini
Assignee: Andrea Aime
In GeoServer-2.0.x (trunk), I noticed the following:
If I set (in web.xml) the reverse proxy filter to true, like in:
<filter>
<filter-name>Reverse Proxy Filter</filter-name>
<filter-class>org.geoserver.filters.ReverseProxyFilter</filter-class>
<init-param>
<param-name>enabled</param-name>
<param-value>true</param-value>
....
The search of layers (and styles too) by their names returns always all items.
When I set enabled to "false" in web.xml and restart GeoServer, OpenLayers layer
preview ceases to work (which is to be expected), but the layer search resume to
work properly.
It resembles this (closed) issue: to http://jira.codehaus.org/browse/GEOS-3757
--
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