Generally the particular Java framework and servlet container have little to do with CAS integration.
> Successfully implement CAS "filters" in the application's web.xml That step is generally required for any Java servlet, so it would be required in your case as well. > Somehow once CAS authentication has been successful we need to bypass > (programmatically or otherwise) the normal forms based JAAS authentication > which our application uses CAS typically replaces the authentication performed by your application. You'd need to explain why this step is still needed. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
