You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org> on 2010/09/14 22:37:36 UTC

[jira] Created: (MYFACES-2921) FlashImpl should set a correct path for the Cookies

FlashImpl should set a correct path for the Cookies
---------------------------------------------------

                 Key: MYFACES-2921
                 URL: https://issues.apache.org/jira/browse/MYFACES-2921
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.1
            Reporter: Jakob Korherr
            Assignee: Jakob Korherr


Currently we do not set a path on the cookies created by FlashImpl which causes problems if the VDL-files are located in different folders, because each cookie is only assigned for its folder and not for the whole context.

Setting the path to externalContext.getRequestContextPath() solves this problem, because it sets each cookie for the whole webapp.

See the thread on the mailing list: http://www.mail-archive.com/dev@myfaces.apache.org/msg48859.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MYFACES-2921) FlashImpl should set a correct path for the Cookies

Posted by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Korherr resolved MYFACES-2921.
------------------------------------

    Fix Version/s: 2.0.2-SNAPSHOT
       Resolution: Fixed

> FlashImpl should set a correct path for the Cookies
> ---------------------------------------------------
>
>                 Key: MYFACES-2921
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2921
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.1
>            Reporter: Jakob Korherr
>            Assignee: Jakob Korherr
>             Fix For: 2.0.2-SNAPSHOT
>
>
> Currently we do not set a path on the cookies created by FlashImpl which causes problems if the VDL-files are located in different folders, because each cookie is only assigned for its folder and not for the whole context.
> Setting the path to externalContext.getRequestContextPath() solves this problem, because it sets each cookie for the whole webapp.
> See the thread on the mailing list: http://www.mail-archive.com/dev@myfaces.apache.org/msg48859.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.