Hi all,
Can it really be, that the newer TC 5.0.25 and 5.0.27 breaks the formula
-
requestURI = contextPath + servletPath + pathInfo
(Servlet 2.4 specification, page 38)
?
My TC sets some really weird request-info like .e.g on a request upon
the URL "http://localhost:8080/Oginok_Prime/";
By the way - the effect is identical with both TC 4.1.29 and 5.0.18.
Regards,
Morten Sabroe Mortensen
-Original Message-
From: Morten S. Mortensen
Sent: 9. februar 2004 13:06
To: [EMAIL PROTECTED]
Subject: Deployment through Ant causes loss of session-control
When I deploy a WAR
When I deploy a WAR-file through Ant, I lose cookie-session-control in IE and Mozilla,
but not Opera!!!
I have looked at a lot of stuff and finally come to the conclusion, that if I deploy
the exact same file with the tomcat-manager interface at e.g.
http://localhost:8080//manager/html/, sessi
ss by adapting them with "DataInputStream" and "DataOutputStream"
Most certainly impossible to repair at this point in time.
Common API's are far from perfect.
-
Next time, please give me a hint.
Regards,
Morten Sabroe Mortensen
-Original Message-
Hi all,
I am in the process of testing some custom authentication schemes of my own. One
thing, I would like, is to have "request.getUserPrincipal()" and
"request.getAuthType()" return what I tell the request to return.
The "usual" way to grab and manipulate things is to write a filter (or ser