Hello all, There have beean a few emails go between me and Ben Alex regarding ACEGI and support for AJAX. I have completed a patch on the 1.1 SNAPSHOT line that allows AJAX integration with ACEGI. This patch mostly adds additional configuration properties for AJAX URLs and also leverages regular expressions to match incoming URLs to determine which URLs are AJAX and which aren't. I also added a new authentication URL for handling AJAX authentication. The reason I added all of these parameters is essentially so that I can leverage forwards of the HTTP Servlet Request rather than redirects such that HTML content, JSON or XML generated from a JSP or servlet can be sent back to an AJAX request and the browser can handle it without worrying about 302 response codes.
Ideally I would like to give this patch back to ACEGI so that I'm not maintaining a fork. The code when complete will be fully unit tested and deployed to a production website (https://www.naymz.com). If anyone would like to discuss the finer points about a possible patch to the source tree let me know. Or if anyone wants to look over the code and discuss it in detail that's fine as well. Thanks, -bp Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Home: http://acegisecurity.org Acegisecurity-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
