Details
Description
this bug is really weird...
quickest way to reproduce is do the following:
$> cd /wicket/wicket-examples
$> mvn jetty:run
- click the 'forminput - Basic form processing.' example
- click 'save'
(notice that there will be a feedback message displayed below)
- click 'save' again
Obviously the result from getting the POST parameters being added to the url
I also did a small quickstart example with a similar result...
My current summary is:
Once a feedback message is displayed the url will look get spoiled on the subsequent request.
I consider this a blocker as this should actually crash all apps urls that use a form and feedback messages and there's no obvious workaround...