Bug 152202

Summary: CVSWeb interface broken on android phones
Product: Documentation Reporter: Tom Judge <tom>
Component: Books & ArticlesAssignee: 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
When trying to view the the cvsweb interface on an andriod phone the browser displays what looks like the compressed version of the page rather than the page.

This was tested on android 2.2 (vanilla) with the default browser and on 2.1 with the default browser and with dolphin hd.

How-To-Repeat: 
Visit http://cvsweb.freebsd.org/ on an android device.
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-11-13 16:37:23 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"
Comment 2 Simon L. B. Nielsen freebsd_committer freebsd_triage 2010-11-13 16:37:42 UTC
State Changed
From-To: open->closed

This should be fixed now (or at the next website rebuild). 

Thanks for the report! 


Comment 3 Simon L. B. Nielsen freebsd_committer freebsd_triage 2010-11-13 16:37:42 UTC
Responsible Changed
From-To: freebsd-www->simon

This should be fixed now (or at the next website rebuild). 

Thanks for the report!