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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.8.CR1, 7.0.8.GA
    • 7.0.5.GA
    • 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
    • EAP 7.0.8

          sdouglas1@redhat.com Stuart Douglas
          rhn-support-mmiura Masafumi Miura
          Michael Cada Michael Cada
          Michael Cada Michael Cada
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Created:
            Updated:
            Resolved: