3 Replies Latest reply on Dec 27, 2013 5:34 AM by anmol.jains

    How to increase the HttpHeader Size in jboss-eap 6.1 to avoid Bad Request (Error 400)

    anmol.jains

      Hi All,

       

      I have implemented SPNEGO Single Sign on for one of our internal application in company.

      Below is the configuration:

       

      1. Spring 3.1.1

      2. Spring security kerberos core 1.0 M2

      3. JBOSS-EAP 6.1 GA

      4. Oracle Database

      5. Jboss running on RHEL 6.4

      6. Active Directory on Windows 2008 R2

       

      I am getting Error 400 Bad request in the browser while single SignOn, and i have concluded that it is due to the very large spnego token.

       

      What is the way to increase the HTTP header size in jboss eap 6.1.

       

      I have gone through the post on stackoverflow regarding this issue :

      http://stackoverflow.com/questions/18994016/spnego-implementation-issue-error-parsing-http-request-header/20760458#20760458

      but the solution given is for tomcat or jboss 4.2.

       

      Please help me to find the solution.