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

default pagemap name of null is not always properly encoded into the url

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.3.0-beta1, 1.3.0-beta2
    • 1.3.0-beta3
    • None
    • None

    Description

      when pagemap name happens to be the last url parameter and coding strategy is /param1/value1/ the url ends up looking like:

      /param1/value1/wicket:pageMapName/

      which when split on "/" produces

      {param1,value1,wicket:pageMapName}

      which causes

      java.lang.IllegalStateException: URL fragment has unmatched key/value

      Attachments

        Activity

          People

            ivaynberg Igor Vaynberg
            ivaynberg Igor Vaynberg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: