Paul Nicolucci created MYFACES-3694:
---------------------------------------

             Summary: Add httpOnly to ExternalContext.addResponseCookie(...)
                 Key: MYFACES-3694
                 URL: https://issues.apache.org/jira/browse/MYFACES-3694
             Project: MyFaces Core
          Issue Type: Task
          Components: JSR-344
            Reporter: Paul Nicolucci


According to the JSF 2.2 Specification JavaDoc for ExternalContext:

Key in "values" Map     Expected type of value. Method on Cookie instance to be 
set...
comment                         String                     setComment
domain                  String                     setDomain
maxAge                  Integer                            setMaxAge
secure                  Boolean                            setSecure
path                            String                     setPath
httpOnly                        Boolean                            setHttpOnly

Add implementation detail for httpOnly as it is new for JSF 2.2.

--
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

Reply via email to