[17:27:07 CDT(-0500)] <hubick> Since there is nobody in the #jasig-cas channel, I thought I would try asking here if anyone knows if it's possible to disable the CAS authentication filter for certain folders within those defined by the web.xml filter-mapping? ie, "please protect everything except my /welcome/* folder"
[17:38:42 CDT(-0500)] <jwennmacher> I don't know. If it is using spring security you would create an entry to grant permission to /welcome/* and then an authenticated requirement to /* (or is it /**)
[17:39:17 CDT(-0500)] <jwennmacher> spring security evaluates the list of url expressions in order
[17:39:21 CDT(-0500)] <jwennmacher> listed