This article is about how to customize Spring Security Remember me attributes like:
- SPRING_SECURITY_REMEMBER_ME_COOKIE cookie name
- _spring_security_remember_me form field/parameter
- token length
This article is about how to customize Spring Security Remember me attributes like:
Last year Rossen Stoyanchev announced the release of Spring MVC Test framework.
When I first tried to test my web application guarded by Spring Security with Spring MVC Test framework I noticed that Spring Security wasn’t enabled in the test context, but was in browser.
That “strange” behavior can be fixed by the following steps:
A short note on how Eclipse can improve your efficiency with class imports.
How to implement Binary Search algorithm which returns index of the first occurrence of a given value in a sorted array with repeated values.
Have you already heard about Eclipse code templates?
They can really speed up writing you JUnit 4 tests and supporting staff.
A quick reference for Debian Linux users who are going to install Oracle Java 7.