Hi,

I have struts 1.1b3 integrated with SecurityFilter using
CatalinaRealmAdapter. It works except of one case. After successfull
login, clicking back button and trying to login again results in
generating incorrect response path. E.g:

**********************************************************************************************************************************************

Response:
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
---------------------------------------------------------------
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
authType=null
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
contentLength=-1
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
contentType=text/plain
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
cookie=JSESSIONID=1958650B877524BABA607A1E4A7A9B1F; domain=null;
path=/confirmw
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
header=Set-Cookie=JSESSIONID=1958650B877524BABA607A1E4A7A9B1F;
Path=/confirmw
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
header=Location=http://localhost:8080/confirmwnull
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
message=null
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
remoteUser=null
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
status=302
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
===============================================================


New Request:
2003-04-04 10:43:36 RequestDumperValve[Standalone]: REQUEST URI
=/confirmwnull
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
authType=null
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
characterEncoding=null
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
contentLength=-1
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
contentType=null
2003-04-04 10:43:36 RequestDumperValve[Standalone]:        contextPath=
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
cookie=JSESSIONID=1958650B877524BABA607A1E4A7A9B1F
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
header=accept=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/msword, application/vnd.ms-excel,
application/vnd.ms-powerpoint, */*
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
header=referer=http://localhost:8080/confirmw/jsp/logon.jsp
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
header=accept-language=en-us
2003-04-04 10:43:36 RequestDumperValve[Standalone]:
header=accept-encoding=gzip, deflat
**********************************************************************************************************************************************

Looks like domain's value(null) is appened to path, resulting in
incorrect URI /confirmnull.

Is this a bug?

Thanks,
Mark.


--
NOTICE: If received in error, please destroy and notify sender.  Sender
does not waive confidentiality or privilege, and use is prohibited.



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

Reply via email to