Martin Knopf created WICKET-5157:
------------------------------------

             Summary: URL query parameter values containing equals sign get cut 
off
                 Key: WICKET-5157
                 URL: https://issues.apache.org/jira/browse/WICKET-5157
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 6.7.0
            Reporter: Martin Knopf


When calling a page with a query parameter like 'param1=val1=val2' the value of 
'param1' obtained from PageParameters will be 'val1'. Everything after the 
equals sign inside the parameter value gets cut off.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to