Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-1387

Cookie Path of persistent FormElements wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.1
    • 1.3.2
    • wicket
    • None
    • eclipse, maven, jetty-plugin / resin

    Description

      My web-app runs on the context-path "/mdb-war-wicket"

      the JSESSIONID cookie is set correctly by jetty:
      Name JSESSIONID
      Value rz0z72x33e4p
      Host localhost
      Path /mdb-war-wicket
      Secure No
      Expires At End Of Session

      But the persistent cookies of my form are set to Path "/":
      Name signInPanel:signInForm:username
      Value mdb
      Host localhost
      Path /
      Secure No
      Expires Sun, 30 Mar 2008 16:31:00 GMT

      This can be a real problem when more than one application runs in the app-server.

      Attachments

        Activity

          People

            almaw Alastair Maw
            dpeters Daniel Peters
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: