Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1202 closed defect (worksforme)

TRAC´s TRAC installation (http://projects.edgewall.com/trac/) delivers zero bytes, session cookie related

Reported by: peter.fischer@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.8
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

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.

Attachments (0)

Change History (1)

comment:1 by Matthew Good, 19 years ago

Resolution: worksforme
Status: newclosed

The example above seems to work fine, and no one else has followed up to report similar problems, so I'll close this.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.