Project

General

Profile

Bug #4378

Updated by François ARMAND almost 10 years ago

When navigating on Rudder, sometimes I get a return status code of 413 (Full head). 

 That seems linked with the the addition of Datatable preference storage between pages.  

 And actually, if I removed some entries in the "cookie" panel of firebug, Rudder start to display things again.  

 So: 
 - browser-side workaround (temporary): clean cookies related to Rudder 
 - jetty-side workaround: add <Set name="requestHeaderSize">8192</Set> in /opt/rudder/jetty7/etc/jetty.xml, in the section about "Set connectors", as described in http://stackoverflow.com/questions/11914555/jetty-http-413-header-full-error-java-scala/11948304#11948304 

Back