Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 94583 invoked from network); 3 Sep 2002 09:16:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Sep 2002 09:16:09 -0000 Received: (qmail 24923 invoked by uid 97); 3 Sep 2002 09:16:46 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 24870 invoked by uid 97); 3 Sep 2002 09:16:45 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 24856 invoked by uid 50); 3 Sep 2002 09:16:45 -0000 Date: 3 Sep 2002 09:16:45 -0000 Message-ID: <20020903091645.24855.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 12250] New: - response.encodeURL does not working correctly. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=12250 response.encodeURL does not working correctly. Summary: response.encodeURL does not working correctly. Product: Tomcat 4 Version: 4.1.9 Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: Other Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: deniz_tatar@yahoo.com Hi, I use Tomcat 4.1.9Beta with Sun JDK 1.4.0_01. I thing there is a bug about session handling without cookies. I create a context and set to cookies attribute to false. I dont want to use browser cookies. I absolutely want to use url rewriting like ...;jsessionid=XXXXXXXXXXXXXX So I write all of my servlets and jsps with response.encodeURL and encodeRedirectUrl methods. When I set context cookies value to false Tomcat dont encode urls on a browser which cookies are enabled. But on another browser which cookies are disabled it encode all urls correctly. When I set cookies to true it works correctly on both browser. Tomcat 4.0.3 works fine when I set cookies false.(It encode all urls without check browser) Shortly if I set context cookies attribute false tomcat must encode all urls without checking browsers cookies enabled or not. And tomcat must dont send a cookie to browser. Thanks, Sorry for my poor English Language. -- To unsubscribe, e-mail: For additional commands, e-mail: