uPortal IRC Logs-2013-06-13
[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
[18:08:25 CDT(-0500)] <hubick> jwennmacher, I'm just using it with a bone standard servlet config right now... I will look and see if there are any options to configure it via Spring. Thanks