Revision 47458
Added by Alessia Bardi over 5 years ago
web.xml | ||
---|---|---|
6 | 6 |
<param-name>contextConfigLocation</param-name> |
7 | 7 |
<param-value>/WEB-INF/applicationContext.xml</param-value> |
8 | 8 |
</context-param> |
9 |
<!--<filter>--> |
|
10 |
<!--<filter-name>springSecurityFilterChain</filter-name>--> |
|
11 |
<!--<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>--> |
|
12 |
<!--</filter>--> |
|
13 | 9 |
<filter> |
10 |
<filter-name>springSecurityFilterChain</filter-name> |
|
11 |
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class> |
|
12 |
</filter> |
|
13 |
<filter> |
|
14 | 14 |
<filter-name>encodingFilter</filter-name> |
15 | 15 |
<filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class> |
16 | 16 |
<init-param> |
... | ... | |
27 | 27 |
<url-pattern>/*</url-pattern> |
28 | 28 |
</filter-mapping> |
29 | 29 |
|
30 |
<!--<filter-mapping>-->
|
|
31 |
<!--<filter-name>springSecurityFilterChain</filter-name>-->
|
|
32 |
<!--<url-pattern>/*</url-pattern>-->
|
|
33 |
<!--</filter-mapping>-->
|
|
30 |
<filter-mapping>
|
|
31 |
<filter-name>springSecurityFilterChain</filter-name>
|
|
32 |
<url-pattern>/*</url-pattern>
|
|
33 |
</filter-mapping>
|
|
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
Also available in: Unified diff
Reintroducing security