Re: Append to POST parameters from URL onError

2016-05-19 Thread Samu Viitanen
What I mean is that if by some way a hacker snatches my POST request and the POSTDATA is encrypted, they could still insert malicious data to the form from URL if the form fields contain an error. The chances of an attack here are very slim but existent. I cannot use cryptomapper due to our

Re: Append to POST parameters from URL onError

2016-05-19 Thread Martin Grigorov
Hi, No one else answered your email and I guess they have the same problem as me - I don't really understand the problem you describe. You submit some form. Then you _intercept_ the request somehow and you append some extra data. And finally your concern is that there is extra data. What I

Append to POST parameters from URL onError

2016-05-16 Thread Samu Viitanen
Hello Wicket Users, I am a relatively new developer working with wicket. I have come across a strange feature that could cause problems in my project. When I submit a form that has validation errors and intercept the resulting POST request, I can insert query parameters in the URL. These query