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

Links with multiple parameters are wrongly generated

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.5-RC1
    • 1.5-RC1
    • wicket
    • None

    Description

      If you have a PageParameters, with multiple params, then the resulting link will be something like this /url?id=123&sid=456, so for some reason the & sign is encoded to & which will result in the following parameters on the receiving page:
      id=[123], amp;sid=[456]
      See the attached quickstart for example.

      Attachments

        1. wicket-3333.tar.gz
          4 kB
          Peter Major

        Issue Links

          Activity

            People

              mgrigorov Martin Tzvetanov Grigorov
              aldaris Peter Major
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: