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=17740>. 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=17740 HttpResponseBase.encodeURL(String url) automatically creates session ------- Additional Comments From [EMAIL PROTECTED] 2003-03-06 20:42 ------- I just realized that "HttpServletRequest.getRequestedSessionId()" will return null after a session is first created. This is a problem for the solution I presented. One way to avoid this problem would be to add the follwoing code after line 1187 of HttpRequestBase.java (in the method doGetSession): "requestedSessionId = session.getId();" I'm not sure if this will cause other things to break though. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]