Re: How to set request header size for jetty

2017-05-19 Thread stanislavzal
> > hi >> > May 19, 2017 10:05:33 AM org.eclipse.jetty.util.log.JavaUtilLog warn WARNING: Header is too large >8192 I added such options in jenkins.xml and it is resolved issue: -Xrs -Xmx256m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -Dorg.eclipse.jetty.server.HttpConfigura

Re: How to set request header size for jetty

2017-05-19 Thread stanislavzal
> > Please try this: >> > https://issues.jenkins-ci.org/browse/JENKINS-26963 workaround this by adding -Dorg.eclipse.jetty.server.Request.maxFormContentSize=50 in the XML node of Jenkins\jenkins.xml -- You received this message because you are subscribed to the Google Groups "Jenkins U

Re: How to set request header size for jetty

2016-07-27 Thread Mohammed Zahriya
HI Andreas, were you able to resolve this issue? We have Jenkins installed on Linux using the RPM and need to increase the header size to get our SSO operational. What configuration file and parameter did you update to resolve the issue? Error Currently encountered: org.eclipse.jetty.util.log

Re: How to set request header size for jetty

2015-11-11 Thread Victor Martinez
Hi, It might help: - https://issues.jenkins-ci.org/browse/JENKINS-26963 - https://issues.jenkins-ci.org/browse/JENKINS-24421 - https://issues.jenkins-ci.org/browse/JENKINS-20327 I hope it helps Cheers On Wednesday, 11 November 2015 15:41:12 UTC+1, Andreas Müller wrote: > > Hi, > > the Jetty as