I've encountered this problem in tapestry 5.2 application:
Forms require that the request method be POST and that the t:formdata query parameter have values.
In access log, i found that sometimes there are form submits with GET method from different users. Though, according to docs, Tapestry 5 use post-redirect-get scheme. This page doesn't allow anonymous access, so it can't be robots. So i,m frustrated what can be the cause of such issue. Suggestions please.
There is couple of selects, refreshed by Ajax, on the form.
Edit 2. Such GET request came from users not bots, because there was successful logins from that ips.