https://issues.apache.org/bugzilla/show_bug.cgi?id=53281

          Priority: P2
            Bug ID: 53281
          Assignee: dev@tomcat.apache.org
           Summary: Tomcat returns garbage data with HTTP/0.9 200 OK
                    header when SSL port is accessed using http
          Severity: enhancement
    Classification: Unclassified
                OS: Linux
          Reporter: saurabhsul...@yahoo.co.in
          Hardware: PC
            Status: NEW
           Version: 6.0.29
         Component: Catalina
           Product: Tomcat 6

Steps to reproduce the issue:

1. Configure server.xml to have a single SSL HTTP/1.1 Connector on port 443.

2. Access your site using 'http' as shown below:

   http://localhost:443/

Tomcat will return some garbage characters and the header information will
contain

HTTP/0.9 200 OK

Expected behavior:

Tomcat should terminate the connection without returning any data or HTTP/1.1
400 Bad Request response.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to