| Summary: | would be nice if md5 and sha1 checksums delivered consistently, as text/plain | ||
|---|---|---|---|
| Product: | Community | Reporter: | David Williams <david_williams> |
| Component: | Servers | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
David Williams
This is exactly the same symptom as the .php kerfuffle. A bad Apache default regexp. Agreed. In /etc/apache2/mod_mime-defaults.conf I've added: AddType text/plain .md5 .sha1 (In reply to comment #2) > Agreed. In /etc/apache2/mod_mime-defaults.conf I've added: > > AddType text/plain .md5 .sha1 Sweet. How about on build.eclipse.org also? That's still handling as 'zip' file (at least for sha1) so I assume that's a different web server? Consider it done. |