https://bz.apache.org/bugzilla/show_bug.cgi?id=58445
Bug ID: 58445 Summary: Valid domain characters in Rfc6265CookieProcessor are incomplete Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: Util Assignee: dev@tomcat.apache.org Reporter: thorsten.ehl...@freiheit.com Created attachment 33132 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33132&action=edit Patch to correct the valid domain characters in Rfc6265CookieProcessor The list of valid characters for cookie domains in org.apache.tomcat.util.http.Rfc6265CookieProcessor is missing 'z', 'Z' and '9' due to an off-by-one-error. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org