Yeah i set the breakpoint and it gets triggered... but really nothing to do at that point. And it looks like its coming from tapestry... the IllegalStateException
No, it is clearly coming from Jetty. Tapestry just calls standard servlet request API getParameter() method.
So you saying my jetty plugin updated itself ?
I believe that the default Maven behaviour is to automatically update plugins to the newest version.
Or before your forms were small enough. Cezary
Ok here is some more stuff pertaining to your claims... 127.0.0.1 - - [27/Dec/2012:14:51:03 +0000] "GET /tynamo/blob/coach/11/photo HTTP/1.1" 200 123080 "http://localhost:8080/home" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0" 127.0.0.1 - - [27/Dec/2012:14:51:03 +0000] "GET /tynamo/blob/coach/5/photo HTTP/1.1" 200 148106 "http://localhost:8080/home" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0" 127.0.0.1 - - [27/Dec/2012:14:51:03 +0000] "GET /tynamo/blob/coach/10/photo HTTP/1.1" 200 63676 "http://localhost:8080/home" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0" [ERROR] TapestryModule.RequestExceptionHandler Processing of request failed with uncaught exception: Form too large658122>200000 java.lang.IllegalStateException: Form too large658122>200000 at org.mortbay.jetty.Request.extractParameters(Request.java:1561) at org.mortbay.jetty.Request.getParameter(Request.java:859) at javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:169) at org.apache.tapestry5.internal.services.RequestImpl.getParameter(RequestImpl.java:72) at org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl.validateAndConstructComponentEventRequest(ComponentEventLinkEncoderImpl.java:371)
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org