DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15680>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15680 Wellcome file redirect looses session Summary: Wellcome file redirect looses session Product: Tomcat 4 Version: 4.1.12 Platform: PC URL: http://www.gtech-ua.com OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The problem is that session loosed when redirecting with wellcome file redirect Next is output from wget that identifies problem (two cases when redirect is done OK is when I manually redirect with a jsp file with "<% response.sendRedirect(response.encodeRedirectURL("site")); %>" like contents): --11:46:39-- http://www.gtech-ua.com:8080/ => `index.html' Connecting to www.gtech-ua.com:8080... connected! HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://www.gtech-ua.com:8080/index.jsp [following] --11:46:39-- http://www.gtech-ua.com:8080/index.jsp => `index.jsp.1' Connecting to www.gtech-ua.com:8080... connected! HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://www.gtech-ua.com:8080/site;jsessionid=567C78FE4B64E2967FF2B78141D331DE [following] --11:46:39-- http://www.gtech-ua.com:8080/site;jsessionid=567C78FE4B64E2967FF2B78141D331DE => `site;jsessionid=567C78FE4B64E2967FF2B78141D331DE' Connecting to www.gtech-ua.com:8080... connected! HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://www.gtech-ua.com:8080/site/ [following] --11:46:39-- http://www.gtech-ua.com:8080/site/ => `index.html' Connecting to www.gtech-ua.com:8080... connected! HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://www.gtech-ua.com:8080/site/index.jsp [following] --11:46:39-- http://www.gtech-ua.com:8080/site/index.jsp => `index.jsp.1' Connecting to www.gtech-ua.com:8080... connected! HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://www.gtech-ua.com:8080/site/ru;jsessionid=48724741955CF1972723AEE362DC8BFF [following] --11:46:39-- http://www.gtech-ua.com:8080/site/ru;jsessionid=48724741955CF1972723AEE362DC8BFF => `ru;jsessionid=48724741955CF1972723AEE362DC8BFF' Connecting to www.gtech-ua.com:8080... connected! HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://www.gtech-ua.com:8080/site/ru/ [following] --11:46:39-- http://www.gtech-ua.com:8080/site/ru/ => `index.html' Connecting to www.gtech-ua.com:8080... connected! HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://www.gtech-ua.com:8080/site/ru/index.jsp [following] --11:46:40-- http://www.gtech-ua.com:8080/site/ru/index.jsp => `index.jsp.1' Connecting to www.gtech-ua.com:8080... connected! HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] 0K -> .......... ....... 11:46:40 (66.12 KB/s) - `index.jsp.1' saved [17605] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>