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.JavaUtilLog warn WARNING: Header is too large >8192 On Wednesday, November 11, 2015 at 6:41:12 AM UTC-8, Andreas Müller wrote: > Hi, > > the Jetty as bundled with jenkins cannot deal with headers larger than > 8kB, but Jetty > can be configured to deal with larger headers, there is a > setRequestHeaderSize() method > to the org.eclipse.jetty.server.HttpConfiguration class for this purpose. > But what is the > accepted method to configure this for the Jetty in jenkins.war? > > Best regards > > Andreas Müller > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6920b963-3f24-4b20-b640-f3cff888f12e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
