where i must put this lines? what xml file? Thanks
On 10/10/06, Velpi <[EMAIL PROTECTED]> wrote: > > I have try request.getRemoteUser() > > This should work if you've set the request wrapper to do its job: > -------------------------------- > <!-- expose REMOTE_USER (from CAS Client version 2.1.0) --> > <init-param> > <param-name>edu.yale.its.tp.cas.client.filter.wrapRequest</param-name> > <param-value>true</param-value> > </init-param> > -------------------------------- > > -- Velpi > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
