You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Paul Nicolucci (JIRA)" <de...@myfaces.apache.org> on 2013/02/12 04:23:13 UTC

[jira] [Created] (MYFACES-3694) Add httpOnly to ExternalContext.addResponseCookie(...)

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