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

continueToOriginalDestination() discards new cookies

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 6.17.0
    • 6.20.0, 7.0.0-M6
    • None
    • None

    Description

      When you set a cookie before calling Component.continueToOriginalDestination() the cookie is discarded and not passed to the client browser.

      Example code:
      new CookieUtils().save("mycookie", "value");
      continueToOriginalDestination();

      The cookie "mycookie" does not get set.

      Attachments

        Activity

          People

            mgrigorov Martin Tzvetanov Grigorov
            matbraun Matthias Braun
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: