Okay, I was able to work around the problem. Here's how I did it...
I modified the class net.sf.acegisecurity.ui.AbstractProcessingFilter the following ways:
I changed (line 287) from
...
Type: Posts; User: parressh; Keyword(s):
Okay, I was able to work around the problem. Here's how I did it...
I modified the class net.sf.acegisecurity.ui.AbstractProcessingFilter the following ways:
I changed (line 287) from
...
Here's my situation.
I have a CAS web application and a ACEGI web application that also exposes web services to be protected by ACEGI. There is another application that uses CAS on a different...