New pull for Thymeleaf (#697)

* Expression-Based Access Control

PermitAll, hasRole, hasAnyRole etc.
I modified classes regards to Security

* Added test cases for Spring Security Expressions

* Handler Interceptor - logging example

* Test for logger interceptor

* Removed conflicted part

* UserInterceptor (adding user information to model)

* Spring Handler Interceptor - session timers

* Spring Security CSRF attack protection with Thymeleaf

* Fix and();
This commit is contained in:
maibin 2016-09-24 22:34:15 +02:00 committed by Grzegorz Piwowarek
parent 94355ee7b8
commit 5b29f1bc81
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ public class WebMVCSecurity extends WebSecurityConfigurerAdapter {
.authenticated()
.and()
.httpBasic()
.and()
;
}