[Geoserver-devel] [jira] (GEOS-6899) Filter Chain Editing does not work

Lorenzo Pini created an issue

GeoServer / BugGEOS-6899

Filter Chain Editing does not work

Issue Type:

BugBug

Affects Versions:

2.6.2

Assignee:

Andrea Aime

Components:

Security

Created:

20/Feb/15 8:53 AM

Labels:

security authentication authorization

Priority:

MajorMajor

Reporter:

Lorenzo Pini

In the “Filter Chain” page ( geoserver/web/?wicket:interface=:87:::: ) I’m trying to set up a new Chain filter by moving it from the “Available” box to the “Selected” box.

In the interface it works and a POST is sent with the correct values and ordering:
authFilterChain:recorder geostore,basic,anonymous

After the change GeoServer does not react as expected and inspecting the security/config.xml file I see that the “geostore” filter is missing.


<filters name=“default” class=“org.geoserver.security.ServiceLoginFilterChain” interceptorName=“interceptor” exceptionTranslationName=“exception” path=“/**” disabled=“false” allowSessionCreation=“false” ssl=“false” matchHTTPMethod=“false”>
<filter>basic</filter>
<filter>anonymous</filter>
</filters>

I got it working by manually changing the file, adding the <filter>geostore</filter>, and restarting GeoServer (a configuration reload does not work).

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)

Atlassian logo