Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-2921

FlashImpl should set a correct path for the Cookies

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.1
    • 2.0.2
    • JSR-314
    • None

    Description

      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

      Attachments

        Activity

          People

            jakobkorherr Jakob Korherr
            jakobkorherr Jakob Korherr
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: