| Summary: | Webserver MIME config error, files ending .zip.md5 incorrectly think they are ZIPs | ||
|---|---|---|---|
| Product: | Community | Reporter: | Darryl Miles <darryl> |
| Component: | Servers | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Darryl Miles
There are other similar places where a bad MIME type selection is given out by the website server: http://download.eclipse.org/tools/ve/downloads/drops/R-1.2.3_jem-200701301117/compilelogs/plugins/org.eclipse.jem.util_1.2.1.v20060918_M/@dot.bin.log Wants to be applicaiton/octet-stream when test/plain would be better for *.log This is exactly the same problem we had with .php.jar files in bug 148879, so whatever we did to fix that one, we need to repeat for .zip.md5. The default Apache configs use the equivalent of a simple .zip regexp instead of a better .zip$ which would prevent this from happening in the first place. (In reply to comment #2) Note to self -- unlike with bug 148879 we won't need to ping our mirror sites to update their mime types - md5 checksums should only be fetched from download.eclipse.org. Moving to Apache (In reply to comment #1) > Wants to be applicaiton/octet-stream when test/plain would be better for *.log ^^^^^^^^^^ That typo wants to be "text/plain". I've updated our mime-types, and below is the new mime-type for *.md5 files. It will take some time for this to replicate to the entire cluster, but by tomorrow all should be well. Thanks for reporting this. ---request begin--- GET /webtools/downloads/drops/R1.5/R-1.5.3-200702082048/checksum/wtp-all-in-one-sdk-R-1.5.3-win32.zip.md5 HTTP/1.0 User-Agent: Wget/1.10.2 Accept: */* Host: download.eclipse.org Connection: Keep-Alive ---request end--- HTTP request sent, awaiting response... ---response begin--- HTTP/1.1 200 OK Date: Mon, 12 Mar 2007 13:04:20 GMT Server: Apache Last-Modified: Thu, 22 Feb 2007 05:59:37 GMT ETag: "d21d6-47-42a0a61482440" Accept-Ranges: bytes Content-Length: 71 Connection: close Content-Type: text/plain; charset=ISO-8859-1 X-Pad: avoid browser bug ---response end--- 200 OK Length: 71 [text/plain] Moving all these to Servers. |