The latest improvements in action
The Maintenance Release B of JASPIC Specification has made some significant changes, some of which help to standardize the use of the specification regardless of the server; others help to enrich the user experience. Among the changes, we present only some relatively important changes and advise you to browse the specification document and blog found at: http://arjan-tijms.blogspot.com/2013_04_01_archive.html, which will provide you with more information.
Integrating the authenticate, login, and logout methods called
Since Version 3.0 of the Servlet, the authenticate, login, and logout methods have been added to the HttpServletRequest
interface for managing the login and logout programmatically. However, the behavior of JASPIC modules after calling one of these three methods was not clearly established. It was left under the care of the server vendors to provide their own method of login and logout. The direct consequence is the non portability of applications...