| | |
| | | <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
|
| | | <init-param>
|
| | | <param-name>contextConfigLocation</param-name>
|
| | | <param-value>classpath:application.xml</param-value>
|
| | | <param-value>classpath:spring/application.xml</param-value>
|
| | | </init-param>
|
| | | <load-on-startup>1</load-on-startup>
|
| | | </servlet>
|
| | |
| | | <url-pattern>/*</url-pattern>
|
| | | </filter-mapping>
|
| | |
|
| | | <filter>
|
| | | <filter-name>springSecurityFilterChain</filter-name>
|
| | | <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
|
| | | </filter>
|
| | | <filter-mapping>
|
| | | <filter-name>springSecurityFilterChain</filter-name>
|
| | | <url-pattern>/*</url-pattern>
|
| | | </filter-mapping>
|
| | |
|
| | | </web-app>
|