Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Backport #1e36104 to 2.24.x #189

Merged
merged 13 commits into from
Nov 22, 2024
2 changes: 1 addition & 1 deletion data/security/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<filter>geonode-oauth2</filter>
<filter>anonymous</filter>
</filters>
<filters name="gwc" class="org.geoserver.security.ServiceLoginFilterChain" interceptorName="restInterceptor" exceptionTranslationName="exception" path="/gwc/**" disabled="false" allowSessionCreation="false" ssl="false" matchHTTPMethod="false">
<filters name="gwc" class="org.geoserver.security.ServiceLoginFilterChain" interceptorName="restInterceptor" exceptionTranslationName="exception" path="/gwc/rest/**" disabled="false" allowSessionCreation="false" ssl="false" matchHTTPMethod="false">
<filter>basic</filter>
<filter>geonode-oauth2</filter>
<filter>anonymous</filter>
Expand Down
Loading