Luca Scotto wrote:
> so, there is no method to export userid?
>
> Can i add the user_id to http_header (after ST.or TCG for example)?
>
> is it possible?
>
>   
Luca - have you tried declaring in your web.xml with a filter & 
filter-mapping, and the wrapRequest for getRemoteUser() instead?

Jason

>> On 10/10/06, Luca Scotto <[EMAIL PROTECTED]> wrote:
>>     
>>> I put this in web.xml but nothing:
>>>         <servlet>
>>>                 <servlet-name>cas</servlet-name>
>>>                 <servlet-class>
>>>       
>> org.jasig.cas.web.init.SafeDispatcherServlet
>>     
>>>                 </servlet-class>
>>>                 <init-param>
>>>
>>>       
>> <param-name>publishContext</param-name>
>>     
>>>                         <param-value>false</param-value>
>>>
>>>       
>> <param-name>edu.yale.its.tp.cas.client.filter.wrapRequest</param-name>
>>     
>>>                         <param-value>true</param-value>
>>>                 </init-param>
>>>                 <load-on-startup>1</load-on-startup>
>>>         </servlet>
>>>
>>> but no request.getRemoteUser(); request.getHeader("UserId");
>>>
>>>       

-- 

Jason Shao
Application Developer, Architecture & Engineering Team
Rutgers University - Enterprise Systems & Services
v. 732-445-2869 | f. 732-445-5493 | [EMAIL PROTECTED]

_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to