Commit 794ac27e1431769543d3a06bf63e64a87b0fcbd0

Authored by 孙向锦
1 parent 92455d76

修改为中天教育

.classpath
... ... @@ -15,6 +15,6 @@
15 15 <attribute name="owner.project.facets" value="jst.web.jstl"/>
16 16 </attributes>
17 17 </classpathentry>
18   - <classpathentry kind="lib" path="D:/MyEclipse Professional 2014/FHADMINM/WebRoot/WEB-INF/lib/spring-web-4.3.7.RELEASE.jar"/>
  18 + <classpathentry kind="lib" path="D:/MyEclipse Professional 2014/SunvoteEducation/WebRoot/WEB-INF/lib/spring-web-4.3.7.RELEASE.jar"/>
19 19 <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
20 20 </classpath>
... ...
.project
1 1 <?xml version="1.0" encoding="UTF-8"?>
2 2 <projectDescription>
3   - <name>FHADMINM</name>
  3 + <name>SunvoteEducation</name>
4 4 <comment></comment>
5 5 <projects>
6 6 </projects>
... ...
WebRoot/WEB-INF/web.xml
... ... @@ -91,9 +91,7 @@
91 91 <!-- Shiro filter start -->
92 92 <filter>
93 93 <filter-name>shiroFilter</filter-name>
94   - <filter-class>
95   - org.springframework.web.filter.DelegatingFilterProxy
96   - </filter-class>
  94 + <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
97 95 <init-param>
98 96 <param-name>targetFilterLifecycle</param-name>
99 97 <param-value>true</param-value>
... ...