The code repository can be found below, and it allows anyone to download the code and use it within their own project.
http://code.google.com/p/struts2securityaddons/
Additionally, you can see discussion of these modules in my earlier blog posts:
- http://nickcoblentz.blogspot.com/2008/09/jsessionid-regeneration-in-struts-2.html
- http://nickcoblentz.blogspot.com/2008/10/http-caching-headers-in-struts-2.html
- http://nickcoblentz.blogspot.com/2008/10/ssltls-in-struts-2.html
- http://nickcoblentz.blogspot.com/2008/10/custom-error-pages-in-struts-2.html
- http://nickcoblentz.blogspot.com/2008/11/csrf-prevention-in-struts-2.html
- http://nickcoblentz.blogspot.com/2008/11/page-level-access-controls-in-struts-2.html
- http://nickcoblentz.blogspot.com/2008/12/page-level-access-controls-in-struts-2.html
3 comments:
Hi, I wanted to thank you for your great post. It really helped me.
But I can't download the code from code repository link. It says doesn't exist when I enter the checkout link in my svn checkout. could you please tell me how can I download the source code.
Thanks.
you should be able to download it using a command like:
svn checkout http://struts2securityaddons.googlecode.com/svn/trunk/ struts2securityaddons-read-only
I tried this a few minutes ago and was successful; however, the page states that Google is doing some maintenance.
Today it worked. I don't know what was wrong the other day, maybe it was because of doing maintenance.
Thank you so much.
Post a Comment