413 FULL Head from Jetty

Hope someone can help me out on this.

I’m getting an HTTP 413 FULL Head response from Jetty when connecting via BOSH. I checked in Fiddler and indeed, the headers total some 6KB bytes and the default limit for Jetty is 4KB.

So is there a way that I can override this and allow a larger header in Jetty through the Openfire configuration?

I did find this thread: http://community.igniterealtime.org/thread/41058 which references the same issue. However, it seems that the source code has changed as I’m not finding it in the HttpBindManager.java class anymore (no references to the string “header”).

Any assistance would be appreciated.

My fault on that, read the post wrong as the line needs to be added. However, a followup question: is it possible to configure this anywhere in Openfire without modifying the source?