https://bz.apache.org/bugzilla/show_bug.cgi?id=60695

--- Comment #2 from Gunnar Lukas <gunnar.lu...@att.com> ---
different behaviour with and without SSL:


SSLEngine               on

---
GET /hello.txt HTTP/1.1
User-Agent: curl/7.16.3
Host: www.example.com
Accept-Language: en, mi

HTTP/1.1 400 Bad Request
Date: Mon, 06 Feb 2017 13:09:24 GMT
Server: Apache
Content-Length: 587
Connection: close
Content-Type: text/html; charset=iso-8859-1

-----------------------------------------------

SSLEngine               off


Connected to 0.0.0.0.
Escape character is '^]'.
GET /hello.txt HTTP/1.1
User-Agent: curl/7.16.3
Host: www.example.com
Accept-Language: en, mi

HTTP/1.1 403 Forbidden
Date: Mon, 06 Feb 2017 13:10:11 GMT
Server: Apache
Content-Length: 583
Content-Type: text/html; charset=iso-8859-1

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to