* 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();
* Logger update
* Changed config for Thymeleaf
* Thymeleaf Natural Processing and Inlining
* Expression Utility Objects, Thymeleaf
* listOfStudents edited
* Thymeleaf layout decorators
* Executable Jar with Maven
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* minor cleanup pom
maven.compiler java versions as properties
only specifing spring-data-elasticsearch as dependency
formatting net.java.dev.jna dependency
grouping main/test and logging dependencies
removed unused org.springframework.data.version property
* updated logback conf to this example
* builder patttern code on multiple lines for readablilty
* autowire via constructor into final variable
as of spring-4.3 the @Autowired can be omitted \o/ jaj
* @ContextConfiguration with less config
* - created packages for each logical part of application
- created validator for WebsiteUser rest API
- created ValidatorEventRegister class which fixes known bug for not
detecting generated events
- created custom Exception Handler which creates better response
messages
* Code formatting
* formated pom.xml
replaced for loops with streams
fixed bug while getting all beans
* removed unnecessary code
changed repository type
* - added test for Spring Data REST APIs
- changed bad request return code
- formated code
* - added source code for ehcache article
- added ehcache dependency to pom.xml
* - added test for ehcache article
- removed main method which was only for testing purposes