Date: Wed, 18 Feb 2015 23:30:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 197811] Incorrect mime-type provided for some files Message-ID: <bug-197811-9@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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: freebsd-doc@FreeBSD.org Reporter: mi@ALDAN.algebra.com 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197811-9>