File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
spring-security-rest-custom Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 44
55
66### Relevant Articles:
7- - [ Spring REST Service Security] ( http://www.baeldung.com/2011/10/31/securing-a-restful-web-service-with-spring-security-3-1-part-3/ )
87- [ Spring Security Authentication Provider] ( http://www.baeldung.com/spring-security-authentication-provider )
Original file line number Diff line number Diff line change 77 http://www.springframework.org/schema/beans/spring-beans-3.2.xsd" >
88
99 <http use-expressions =" true" >
10- <intercept-url pattern =" /login*" access =" permitAll" />
1110 <intercept-url pattern =" /**" access =" isAuthenticated()" />
1211
13- <form-login
14- login-page =' /login.html'
15- login-processing-url =" /perform_login"
16- default-target-url =" /homepage.html"
17- authentication-failure-url =" /login.html?error=true"
18- always-use-default-target =" true" />
19-
2012 <http-basic />
2113
2214 </http >
You can’t perform that action at this time.
0 commit comments