Bug 56393

Summary: Implement RFC6265 for Cookie parsing
Product: Tomcat 8 Reporter: Christopher Schultz <chris>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 8.0.x-trunk   
Target Milestone: ----   
Hardware: PC   
OS: Mac OS X 10.4   
Bug Depends on: 56394    
Bug Blocks:    

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.