You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Karich (JIRA)" <ji...@apache.org> on 2010/09/26 20:47:33 UTC

[jira] Issue Comment Edited: (WICKET-3052) HybridUrlCodingStrategy probably uses wrong url encoding

    [ https://issues.apache.org/jira/browse/WICKET-3052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915017#action_12915017 ] 

Peter Karich edited comment on WICKET-3052 at 9/26/10 2:46 PM:
---------------------------------------------------------------

Hmmh now I am hitting a similar issue on tomcat.

if you take the quickstart project and type e.g. \test where the backslash is important then you will get an empty page. (for jetty all is fine)

The resulting url is:

http://localhost:8080/jetwick-1.0-SNAPSHOT/twittersearch/q/%5Ctest

Where is my/the mistake?

      was (Author: peathal):
    Hmmh now I am hitting a similar issue on tomcat.

if you take the quickstart project and type e.g. \test where the backslash is important then you will get an empty page. (for jetty all is fine)

The resulting url is:

http://localhost:8080/jetwick-1.0-SNAPSHOT/twittersearch/q/%5Ctest
  
> HybridUrlCodingStrategy probably uses wrong url encoding
> --------------------------------------------------------
>
>                 Key: WICKET-3052
>                 URL: https://issues.apache.org/jira/browse/WICKET-3052
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.9
>            Reporter: Peter Karich
>            Assignee: Martin Grigorov
>         Attachments: wicket-bug-qs.zip
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.