Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-10151

[GSS] (7.1.0) UNDERTOW-1021 AJP listener should log at DEBUG level when handling 400 Bad Request like wrong magic number and invalid Content-Length

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.DR17
    • 7.1.0.DR16
    • Undertow
    • None
    • Hide

      1. Start JBoss EAP 7 with enabling `ajp-listner`

      ./bin/standalone.sh -c standalone-ha.xml
      

      2. Access JBoss ajp port directly with curl command:

      curl -v http://localhost:8009
      

      3. Access JBoss via Apache httpd/mod_proxy with invalid Content-Length header:

      curl -v -H "Content-Length: a" http://localhost/
      

      You will see ERROR messages which are described in UNDERTOW-1021

      Show
      1. Start JBoss EAP 7 with enabling `ajp-listner` ./bin/standalone.sh -c standalone-ha.xml 2. Access JBoss ajp port directly with curl command: curl -v http: //localhost:8009 3. Access JBoss via Apache httpd/mod_proxy with invalid Content-Length header: curl -v -H "Content-Length: a" http: //localhost/ You will see ERROR messages which are described in UNDERTOW-1021

    Attachments

      Issue Links

        Activity

          People

            sdouglas1@redhat.com Stuart Douglas
            rhn-support-mmiura Masafumi Miura
            Jan Stourac Jan Stourac
            Jan Stourac Jan Stourac
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: