Bug 58445 - Valid domain characters in Rfc6265CookieProcessor are incomplete
Summary: Valid domain characters in Rfc6265CookieProcessor are incomplete
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 8
Classification: Unclassified
Component: Util (show other bugs)
Version: 8.0.x-trunk
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-22 11:35 UTC by Thorsten Ehlers
Modified: 2015-09-22 19:00 UTC (History)
0 users



Attachments
Patch to correct the valid domain characters in Rfc6265CookieProcessor (830 bytes, patch)
2015-09-22 11:35 UTC, Thorsten Ehlers
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.