Skip to content

Commit

Permalink
Remove unused JeevesDelegatingFilterProxy servlet parameter 'loginSer…
Browse files Browse the repository at this point in the history
…vice' configuration, related to multinode feature, removed from GeoNework 4.x
  • Loading branch information
josegar74 authored and fxprunayre committed Apr 29, 2024
1 parent c114a97 commit 9211a0d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions web/src/main/webResources/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright (C) 2001-2016 Food and Agriculture Organization of the
~ Copyright (C) 2001-2024 Food and Agriculture Organization of the
~ United Nations (FAO-UN), United Nations World Food Programme (WFP)
~ and United Nations Environment Programme (UNEP)
~
Expand Down Expand Up @@ -75,10 +75,6 @@
<filter>
<filter-name>springSecurityFilterChain</filter-name>
<filter-class>jeeves.config.springutil.JeevesDelegatingFilterProxy</filter-class>
<init-param>
<param-name>loginService</param-name>
<param-value>signin</param-value>
</init-param>
</filter>

<filter-mapping>
Expand Down

0 comments on commit 9211a0d

Please sign in to comment.