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

Versioned MixedParamHybridUrlCodingStrategy does not escape "#"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.17
    • 1.5.0
    • wicket
    • None

    Description

      I have this mount

      wicketApp.mount( new MixedParamHybridUrlCodingStrategy("channelLog", ChannelLogPage.class, new String[]

      {"name"}

      ));

      the name param may contain "#" which is properly escaped when not versioned - /channelLog/%23%23wicket

      When this page is versioned, this turns to be:

      http://localhost:8080/channelLog/.29##wicket.28

      Attachments

        Activity

          People

            ivaynberg Igor Vaynberg
            pekarna Ondra Žižka
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: