Skip to content

Commit af0578e

Browse files
author
eugenp
committed
mvc and rest clarification for projects
1 parent 5489a6a commit af0578e

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

spring-security-rest-custom/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
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)

spring-security-rest-custom/src/main/resources/webSecurityConfig.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,8 @@
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>

0 commit comments

Comments
 (0)