Bug 56393 - Implement RFC6265 for Cookie parsing
Summary: Implement RFC6265 for Cookie parsing
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 8
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 8.0.x-trunk
Hardware: PC Mac OS X 10.4
: P2 enhancement (vote)
Target Milestone: ----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on: 56394
Blocks:
  Show dependency tree
 
Reported: 2014-04-11 15:37 UTC by Christopher Schultz
Modified: 2014-10-02 11:35 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Schultz 2014-04-11 15:37:21 UTC
Lots of documentation can be found here: http://wiki.apache.org/tomcat/Cookies
Comment 1 Mark Thomas 2014-10-02 11:35:43 UTC
This has been implemented in 8.0.x for 8.0.15 onwards.

Cookie processing is now pluggable so users with unusual / non-specification compliant requirements are able to insert their own cookie processor if required.