Details
Description
org.apache.wicket.markup.html.form.FormComponent#getInputAsArray() currently uses org.apache.wicket.request.Request#getRequestParameters() to read the value(s) of their respective parameter.
It should use only the parameters for the actual method (GET or POST) instead to prevent any data leakage.
If form submit is in place then the method mismatch should be handled at org.apache.wicket.markup.html.form.Form#onMethodMismatch()
Attachments
Issue Links
- is related to
-
WICKET-6807 Fake Submitting Button
- Resolved