All work
- Support for managing multiple prefixed cookiesJSSH-60Resolved issue: JSSH-60Scott Cantor
- Conditionally add setAttribute support to CookieManagerJSSH-59Scott Cantor
- Add servlet request validation for method and content typeJSSH-58Resolved issue: JSSH-58
- Implement HttpClient support for an overall request timeoutJSSH-56Brent Putman
- Clarify behavior of new HttpClient responseTimeout parameterJSSH-55Brent Putman
- HttpClientBuilder RequestConfig default for responseTimeout is non-sensicalJSSH-54Brent Putman
- Port Jetty 11 CGI servlet into a generic versionJSSH-45Scott Cantor
- Update SameSite filter to use the new Servlet 6.0 API for cookie attributesJSSH-19
- Update to Apache HttpClient 5.xJSSH-16Resolved issue: JSSH-16Brent Putman
- Evaluate changes in Apache HttpClient 4.4.x/4.5.xJSSH-14Resolved issue: JSSH-14Scott Cantor
- Servlet filter that implements its own filter-mapping layerJSSH-8Resolved issue: JSSH-8Scott Cantor
11 of 11
Support for managing multiple prefixed cookies
Done
Basics
Logistics
Basics
Logistics
Description
Environment
None
Details
Details
Details
Created 2 days ago
Updated 2 days ago
Resolved 2 days ago
Activity
Scott Cantor2 days ago
This seemed doable without much trouble, unit test added.
The SP has various places where it will need to create prefixed cookies with unique names that also have to be prevented from hanging around from incomplete transactions. This is currently implemented in a dedicated class that would have to get replicated mutliple times but would like to see if it could be moved into the CookieManager somehow.