> Any ideas how to get the username input in CAS login page in PERL cgi after > successful authentication
I'm curious about your setup where you apparently have a CAS Java client in front of a PERL CGI script. In any case I believe org.jasig.cas.client.util.HttpServletRequestWrapperFilter will do what you want. I see you're using the ancient Yale 2.x Java CAS client. More recent 3.x Jasig Java CAS clients include this component. I encourage you to upgrade whether or not the request wrapper filter solves your problem. See https://wiki.jasig.org/display/CASC/Configuring+the+JA-SIG+CAS+Client+for+Java+in+the+web.xml for general 3.x configuration instructions. 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
