Hello
We have a system here chich send mails to user asking the  to do some actions 
on the system via some url

This is restricted area with container managed login using the auth-basic 
system.

When user click the link, browser strts and a popup ask the user for name 
password.

Problem:
login is ok, user see the form.

The struct action in the resulting form is
'/intranet/00/scpubSubmit.do;jsessionid=F1FF07FDBB567AB9CF5783CA56AB17CB'
(notice the jsessionid)
If user submit the form, in the struts action,
request.getUserPrincipal() is null

if user refresh the first page (after the login), the jsessionid disappear and 
then, there is a user principal()

Where does this problem come from?

Any idea? 
Thanks for help

-- 
David Delbecq
Royal Meteorological Institute of Belgium 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to