make a jira ticket for this.
We should look at the complete encode/decode story anyway. Now it is done in
numerous places some like String.replace("&", "&") and here
a decode there a encode. This should all be done for the complete url itself
i think in one place (instead per parameter or value)johan On 1/1/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote:
Hi, i noticed that wicket encodes all PageParameters for a page using the IndexedParamUrlCodingStrategy, but never decodes it, so you get the input raw, wich is opposite of the behaviour of BookmarkablePageRequestTargetUrlCodingStrategy where all parameters are encoded and decoded completely. Regards, Korbinian PS: Happy New Year !
