大家好:
我想把我的login介面改成用
jsf spring security
我參考了這個網站
http://pro.ctlok.com/2010/02/spring-security-3.html
但是我發現web.xml加了
<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>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
後就會死當,移除這幾行,程式能進入登入畫面(有好一點),但是還是不正常
我有去爬文了,有人說要加jar檔,我也加了,但是還是沒辦法......
請大家幫忙了,謝謝
以下附檔
https://drive.google.com/open?id=0B0SyQeRkRiM4NlhOM0xaZnFwV0E