https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197811

            Bug ID: 197811
           Summary: Incorrect mime-type provided for some files
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Website
          Assignee: [email protected]
          Reporter: [email protected]

Certain files -- such as Release Notes of the early FreeBSD-releases -- are
served with the catch-all "octet-stream" type, instead of text/plain. For
example:

https://www.freebsd.org/releases/1.1.5/RELNOTES.FreeBSD
https://www.freebsd.org/releases/1.1/RELNOTES.FreeBSD

% HEAD https://www.freebsd.org/releases/1.1/RELNOTES.FreeBSD
200 OK
Connection: close
Date: Wed, 18 Feb 2015 23:27:56 GMT
Via: 1.1 wfe0.ysv.FreeBSD.org
Age: 0
ETag: "54e51e3e-2878"
Server: ToTheCloud/v0.01
Content-Type: application/octet-stream
Last-Modified: Wed, 18 Feb 2015 23:20:30 GMT
...

They don't have the customary .txt extension, which might be confusing the
server. Perhaps, mod_mime (or equivalent) should be added to the server to
catch such things.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"

Reply via email to