Ampersand in href is escaped twice
----------------------------------
Key: WICKET-3334
URL: https://issues.apache.org/jira/browse/WICKET-3334
Project: Wicket
Issue Type: Bug
Affects Versions: 1.5-RC1
Reporter: Zilvinas Kybartas
In my app i have bookmarkable links that are escaped twice. like that
"param1=value1&param2=value2". After some debuging i found that Link is
setting href value, which is escaped once, and after that in the debug view i
see that XMLTag.toString shows the same string escaped twice.
That looks like regression as the same app code works OK in 1.4.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.