Is WicketFilter#doFilter() method called ? Can you put a breakpoint in it and see whether it stops there ? If it is then put breakpoints also in ServletWebResponse setStatus() and sendError() methods. If it is not Wicket then you will have to debug Glassfish's ServletHttpResponse implementation class to see why it sets error 400.
On Fri, Jan 4, 2019 at 10:00 AM JavaTraveler <meteor.ei...@gmail.com> wrote: > The response : > > 400 Bad Request > > Connection close > Content-Length 1082 > Content-Typetext/html;charset=ISO-8859-1 > Date Fri, 04 Jan 2019 07:54:37 GMT > Server GlassFish Server Open Source Edition 4.1 > X-Powered-By Servlet/3.1 JSP/2.3 (GlassFish… Java/Oracle Corporation/1.8) > > What's weird is that the response 's parameters contains the file and its > data that i'm uploading ... > > -- > Sent from: > http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >