[Trac-tickets] [The Trac Project] #1202: TRAC´s TRAC installation (http://projects.edgewall.com/trac/) delivers zero bytes, session cookie related

The Trac Project noreply at edgewall.com
Tue Feb 15 08:10:37 EST 2005


#1202: TRAC´s TRAC installation (http://projects.edgewall.com/trac/) delivers
zero bytes, session cookie related
---------------------+------------------------------------------------------
       Id:  1202     |      Status:  new                      
Component:  general  |    Modified:  Tue Feb 15 08:10:33 2005 
 Severity:  normal   |   Milestone:                           
 Priority:  normal   |     Version:  0.8                      
    Owner:  jonas    |    Reporter:  peter.fischer at terrasel.de
---------------------+------------------------------------------------------
 TRAC´s TRAC installation (http://projects.edgewall.com/trac/) delivers
 zero bytes as a request answer.

 The bug is: the ''rcvd 0'' below results to
 {{{
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
 Transitional//EN"><html><head><title></title></head><body></body></html>
 }}}
 in firefox, which makes the user think projects.edgewall.com is down or
 broken.

 How to replicate the bug:
 {{{
 zappa ~ $ nc -v -v projects.edgewall.com 80
 cougar.edgewall.com [70.85.16.183] 80 (www) open
 GET /trac/ HTTP/1.1
 Host: projects.edgewall.com
 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.5)
 Gecko/20041108 Firefox/1.0
 Accept:
 text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
 Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
 Accept-Encoding: gzip,deflate
 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
 Keep-Alive: 300
 Connection: close
 Cookie: trac_session=5c7cae26f81c6454e74528b5

  sent 464, rcvd 0
 zappa ~ $
 }}}

 Remark:
 This seems to be a cookie-related issue, deleting the session
 cookie/removing the cookie header helped.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1202>
The Trac Project <>


More information about the Trac-Tickets mailing list