AppFuseAuthentication |
|
Your trail: |
Difference between
version 29
and
version 22:
At line 3 changed 1 line. |
The purpose of this page is to describe what I did to integrate Acegi Security into 1.8. Hopefull you can use this to change your pre-1.8 applications to Acegi Security if you like. The nice thing about migrating to Acegi Security is your application becomes more portable and you don't have to worry about configuring your application server. Also, there weren't many code changes involved in the integration process - which proves Acegi Security works very well with all the existing code that talks to the security methods of the Servlet API (i.e. request.isUserInRole(), etc.) |
The purpose of this page is to describe what we did to integrate Acegi Security into 1.8. Hopefully you can use this to change your pre-1.8 applications to Acegi Security if you like. The nice thing about migrating to Acegi Security is your application becomes more portable and you don't have to worry about configuring your application server. Also, there weren't many code changes involved in the integration process - which proves Acegi Security works very well with all the existing code that talks to the security methods of the Servlet API (i.e. request.isUserInRole(), etc.) |
At line 24 changed 2 lines. |
* [acegi-security-0.8.1.jar|https://appfuse.dev.java.net/source/browse/*checkout*/appfuse/lib/spring-1.2-rc1/acegi-security-0.8.1.jar] |
* [commons-codec.jar|https://appfuse.dev.java.net/source/browse/*checkout*/appfuse/lib/spring-1.2-rc1/commons-codec.jar] |
* [acegi-security-0.8.2.jar|https://appfuse.dev.java.net/source/browse/*checkout*/appfuse/lib/spring-1.2/acegi-security-0.8.2.jar] |
* [commons-codec.jar|https://appfuse.dev.java.net/source/browse/*checkout*/appfuse/lib/spring-1.2/commons-codec.jar] |
At line 76 added 1 line. |
|
At line 165 removed 1 line. |
<p> </p> |
At line 193 changed 1 line. |
[{Java2HmtlPlugin |
[{Java2HtmlPlugin |
At line 199 changed 1 line. |
response.sendRedirect(request.getContextPath() + "/logout.jsp?error=true"); |
request.getSession().invalidate(); |
response.sendRedirect(request.getContextPath() + "/loginError.jsp"); |
Back to AppFuseAuthentication,
or to the Page History.
|