From owner-freebsd-doc@FreeBSD.ORG Wed Feb 18 23:30:38 2015 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4599C8C for ; Wed, 18 Feb 2015 23:30:38 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AACBD95 for ; Wed, 18 Feb 2015 23:30:38 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1INUc12089512 for ; Wed, 18 Feb 2015 23:30:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 197811] Incorrect mime-type provided for some files Date: Wed, 18 Feb 2015 23:30:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mi@ALDAN.algebra.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 23:30:38 -0000 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.