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

--- Comment #5 from [email protected] ---
I applied the patch, and instead of the browser throwing an error like it did
before the patch, it now dumps the raw HTML with headers at the top.  e.g.,

2061
HTTP/1.1 200 OK
Date: Thu, 26 Jul 2018 10:58:46 GMT
Server: Apache
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html;charset=ISO-8859-1

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
 <head>
[...]

That was using the example I provided in my original bug report of touching 62
files in a directory and attempting to get a directory listing via mod_dir.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to