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/[email protected]/msg48859.html

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

Reply via email to