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

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

     [ https://issues.apache.org/jira/browse/MYFACES-3694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-3694.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0

Thanks to Paul Nicolucci for provide this patch
                
> 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
>             Fix For: 2.2.0
>
>         Attachments: MYFACES-3694.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> According to the JSF 2.2 Specification JavaDoc for ExternalContext:
> Key in "values" Map 	Expected type of value. 	Name of setter method on Cookie instance to be set with the value from the Map.
> 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