On 3/16/06, Baz <[EMAIL PROTECTED]> wrote: > Looking at this, and the way that the 'Filter' classes aren't really > (the lifecycle methods arent used, and they're all marked 'do not use > directly') shouldn't all of these implement something like:
must...think...before...hitting...send.... ok clearly there are classes in there that don't want to implement both doFilter() and commence(), like the RememberMe stuff. The questions in the second half of my blather should really be: - why not have CasProcessingFilter implement AuthenticationEntryPoint and drop ServiceProperties? They can't be used separately. - why is javax.servlet.Filter implemented throughout for things which can't be used that way, while every other interface gets chopped up for type safety? ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Home: http://acegisecurity.org Acegisecurity-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
