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

HybridUrlCodingStrategy probably uses wrong url encoding

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • 1.4.9
    • 1.4.13, 1.5-M3
    • wicket
    • None

    Description

      try the appended quickstart (created from legup -> wicket 1.4.9): if you query e.g. for '#wicket' you will get:

      Problem accessing /jetwick/twittersearch/q/. Reason:
      NOT_FOUND

      The problematic url is:
      http://localhost:8080/jetwick/twittersearch/q/#wicket.5

      the correct url should be:
      http://localhost:8080/jetwick/twittersearch/q/%23wicket.5

      if you type that in you'll get the correct response.

      Another problem is when the keyword ends with a dot '.' like described here:

      http://lazydev.ildella.net/wicket-hybridurlcodingstrategy-and-url-with-d

      Attachments

        1. wicket-bug-qs.zip
          9 kB
          Peter Karich

        Activity

          People

            mgrigorov Martin Tzvetanov Grigorov
            peathal Peter Karich
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: