Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.3.0-beta2
-
None
-
wicket-1.3.0-incubator (from maven rep http://wicketstuff.org/maven/repository/)
Description
I use MixedParamUrlCodingStrategy for BookmarkablePageLink where the first parameter is a String, an human label.
And I've got a bug, bad url when I try to link something like "histoire de l'art".
During my investigation I found that there is no symmetry between the encoding/decoding of the urlFragment : decodeParameters doesn't decode (urldecode) the fragment of the path.