I did a debug of class Saml11TicketValidator. The problem seems to be the method parseResponseFromServer, within the method call to getAttributesFor (assertion, subject) returns an empty array.
May depend on what? Thanks _________________________________________ Paolo Giammarco / Capgemini / Rome, Italy Consultant / Java Factory e-mail: [email protected] tel: +39 06231901 _________________________________________ ________________________________________ Da: Tobias Trelle [[email protected]] Inviato: martedì 8 giugno 2010 10.23 A: [email protected] Oggetto: Re: R: R: R: Re:[cas-user] Retrieve logon info 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 This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. -- 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
