| Summary: | CVSWeb interface broken on android phones | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Tom Judge <tom> |
| Component: | Books & Articles | Assignee: | Simon L. B. Nielsen <simon> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | jpaetzel |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Tom Judge
2010-11-13 15:00:27 UTC
simon 2010-11-13 16:37:18 UTC
FreeBSD doc repository
Modified files:
en/cgi cvsweb.cgi
Log:
When enabling compression send 'gzip' as Content-Encoding instead of the
deprecated 'x-gzip'. Acording to RFC2616 clients should handle "x-gzip"
but it seems that at least some Android devices does not.
In general the webserver instead of the CGI should probably do
compression, but this is an easy fix.
PR: www/152202
Reported by: Tom Judge <tom@tomjudge.com>
Revision Changes Path
1.93 +3 -3 www/en/cgi/cvsweb.cgi
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed This should be fixed now (or at the next website rebuild). Thanks for the report! Responsible Changed From-To: freebsd-www->simon This should be fixed now (or at the next website rebuild). Thanks for the report! |