Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: other
Platform: Other
-
35391
Description
Provide access to a Map of Cookies in WebContext through a new getCookies()
method.
I'm attaching a patch which includes:
- updated WebContext interface to include new getCookies() method
- updated PortletWebContext implementation
- updated ServletWebContext implementation
- updated FacesWebContext implementation
- new ServletCookieMap class
- updated tests