You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Jose L Martinez-Avial (JIRA)" <ji...@apache.org> on 2013/04/04 07:07:15 UTC

[jira] [Created] (WW-4037) Provide functionality to create cookies from an Action

Jose L Martinez-Avial created WW-4037:
-----------------------------------------

             Summary: Provide functionality to create cookies from an Action
                 Key: WW-4037
                 URL: https://issues.apache.org/jira/browse/WW-4037
             Project: Struts 2
          Issue Type: Improvement
          Components: Core Interceptors
    Affects Versions: 2.3.14
            Reporter: Jose L Martinez-Avial
             Fix For: 2.3.15


As of today Struts provides some functionality to receive cookies in an Action, but there is no way to create cookies. I solved the issue by creating a custom CookieProviderInterceptor and CookieProvider interface that provide a standard way to generate cookies. The code I provide works and has been in production for months, but it is not Struts-ready, in the sense that it needs refactoring to remove the dependency from javax.servlet in the request; It is though a starting point to adapt it to Struts.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira