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=15576>. 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=15576 IllegalArgumentException during adding a cookie Summary: IllegalArgumentException during adding a cookie Product: Tomcat 4 Version: 4.1.18 Platform: All OS/Version: All Status: NEW Severity: Critical Priority: Other Component: Connector:Coyote HTTP/1.1 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When calling the response.addCookie(cookie) method we get a java.lang.IllegalArgumentException, if we have the following value inside the cookie: de:de-de:standard70:de,en:standard70:0 Stacktrace info: org.apache.tomcat.util.http.ServerCookie.maybeQuote(ServerCookie.java:315) org.apache.tomcat.util.http.ServerCookie.appendCookieValue (ServerCookie.java:248) ... We have no problems with tomcat version 3.xx the problem comes with tomcat 4.xx. We can't avoid this value its been set by a separate application. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>