paolo-3 wrote: > > How i can debug of > > - Saml11TicketValidator > - HttpServletRequestWrapperFilter >
The same way you debug any web application. I recommend the latest version of Eclipse IDE with Maven plugin. Your client web app will depend on org.jasig.cas:cas-client-core:3.1.3. Download the sources of your Maven dependencies. Define a Tomcat server and start it in debug mode. In the debug perspective set the break points, in your browser access an URL that is protected by CAS. HTH -- Tobias -- View this message in context: http://jasig.275507.n4.nabble.com/Retrieve-logon-info-tp2245891p2247038.html Sent from the CAS Users mailing list archive at Nabble.com. -- 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
