1 26 7 8 12 13 14 34 35 36index.do 9index.jsp 10index.html 1137 48EncodingFilter 38org.springframework.web.filter.CharacterEncodingFilter 3940 43encoding 41UTF-8 4244 47forceEncoding 45true 4649 52 53 54EncodingFilter 50/* 5155 58 59contextConfigLocation 56classpath:applicationContext.xml,classpath:spring-security.xml 5760 63 64webAppRootKey 61lingdong.webapp.root 6265 68springSecurityFilterChain 66org.springframework.web.filter.DelegatingFilterProxy 6769 72 73 74 75springSecurityFilterChain 70/* 7176 78 79org.springframework.web.context.ContextLoaderListener 7780 82 83 84org.springframework.security.web.session.HttpSessionEventPublisher 8185 93SpringMVC 86org.springframework.web.servlet.DispatcherServlet 8788 91contextConfigLocation 89classpath:spring-servlet.xml 901 9294 97 98 99SpringMVC 95*.do 96100 105 106 107101 104*.jsp 102true 103