Jetty is failing because of increased header size -------------------------------------------------
Key: MAGNOLIA-3912 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3912 Project: Magnolia Issue Type: Bug Security Level: Public Affects Versions: 4.5 Reporter: Daniel Lipp Assignee: Daniel Lipp Priority: Major http://hudson.magnolia-cms.com/job/magnolia-bundle_trunk/info.magnolia$magnolia-integration-tests/1742/consoleFull [INFO] [talledLocalContainer] 2011-12-12 00:09:23,107 ERROR fo.magnolia.module.exchangesimple.SimpleSyndicator: Failed to activate content. [INFO] [talledLocalContainer] info.magnolia.cms.exchange.ExchangeException: Not able to send the activation request [http://localhost:8088/magnoliaTestPublic/.magnolia/activation]: Server returned HTTP response code: 413 for URL: http://localhost:8088/magnoliaTestPublic/.magnolia/activation [INFO] [talledLocalContainer] at info.magnolia.module.exchangesimple.BaseSyndicatorImpl.activate(BaseSyndicatorImpl.java:431) [ to problem with Jetty buffer size http://jira.codehaus.org/browse/JETTY-336 Yes, we now send big header during the handshake op The solution is to increase buffer size (as mentioned at the end of the issue) using <Set name='headerBufferSize'>8192</Set> in connector section of jetty.xml, however we don't use static jetty.xml file and http://cargo.codehaus.org/Jetty+6.x doesn't support dynamic setting of this attribute. Tomcat doesn't suffer from the same issue. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------