Commit 794ac27e1431769543d3a06bf63e64a87b0fcbd0

Authored by 孙向锦
1 parent 92455d76

修改为中天教育

.classpath
@@ -15,6 +15,6 @@ @@ -15,6 +15,6 @@
15 <attribute name="owner.project.facets" value="jst.web.jstl"/> 15 <attribute name="owner.project.facets" value="jst.web.jstl"/>
16 </attributes> 16 </attributes>
17 </classpathentry> 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 <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/> 19 <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
20 </classpath> 20 </classpath>
.project
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <projectDescription> 2 <projectDescription>
3 - <name>FHADMINM</name> 3 + <name>SunvoteEducation</name>
4 <comment></comment> 4 <comment></comment>
5 <projects> 5 <projects>
6 </projects> 6 </projects>
WebRoot/WEB-INF/web.xml
@@ -91,9 +91,7 @@ @@ -91,9 +91,7 @@
91 <!-- Shiro filter start --> 91 <!-- Shiro filter start -->
92 <filter> 92 <filter>
93 <filter-name>shiroFilter</filter-name> 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 <init-param> 95 <init-param>
98 <param-name>targetFilterLifecycle</param-name> 96 <param-name>targetFilterLifecycle</param-name>
99 <param-value>true</param-value> 97 <param-value>true</param-value>