Bug 58445

Summary: Valid domain characters in Rfc6265CookieProcessor are incomplete
Product: Tomcat 8 Reporter: Thorsten Ehlers <thorsten.ehlers>
Component: UtilAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 8.0.x-trunk   
Target Milestone: ----   
Hardware: PC   
OS: Linux   
Attachments: Patch to correct the valid domain characters in Rfc6265CookieProcessor

Description Thorsten Ehlers 2015-09-22 11:35:38 UTC
Created attachment 33132 [details]
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.
Comment 1 Mark Thomas 2015-09-22 19:00:15 UTC
Thanks for the report and the patch.

The patch has been applied to trunk and 8.0.x for 8.0.27 onwards.