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=5535>. 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=5535 Some Browser cannot understand Path and Domain in Set-Cookie header Summary: Some Browser cannot understand Path and Domain in Set- Cookie header Product: Tomcat 4 Version: 4.0.1 Final Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi. I use tomcat to make mobile page with cookie. Tomcat make set-cookie header with Path or Domain parameter, but some browser cannot understand parameter name like 'Path' or 'Domain', it only can understand lowercase parameter name. So, I think CookieTools.class in catalina.jar may be changed. like, buf.append (";Path="); ==> buf.append (";path="); I hope you regard this problem... Thanks, -Min-. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>