Issue Details (XML | Word | Printable)

Key: CHAIN-28
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Niall Pemberton
Reporter: Niall Pemberton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Chain

[Chain] Provide a Map of Cookies in WebContext Interface

Created: 17/Jun/05 10:08 AM   Updated: 02/Jan/08 07:01 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 1.1

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Chain-Cookies.txt 2005-06-17 10:09 AM Niall Pemberton 15 kB
Environment:
Operating System: other
Platform: Other

Bugzilla Id: 35391
Resolution Date: 06/Jun/06 06:37 AM


 Description  « Hide
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


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Niall Pemberton added a comment - 17/Jun/05 10:09 AM
Created an attachment (id=15444)
Changes for new getCookies() method