Roundup Tracker - Issues

Issue 477107

classification
HTTP header problem
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : richard
Priority: normal :

Created on 2001-11-01 09:43 by anonymous, last changed 2001-11-01 21:52 by richard.

Messages
msg42 Author: [hidden] (anonymous) Date: 2001-11-01 09:43
In roundup-0.3.0pre3, in the file roundup-server, all
lines similar to:

  w("Content-Type: text/html\n\n")

had to be changed to:

  w("HTTP/1.0 200 OK\nContent-Type: text/html\n\n")

to get browsers (Netscape 6 and Netscape 4.7x on
Linux) to correctly interpret the page.
msg43 Author: [hidden] (richard) Date: 2001-11-01 21:52
Logged In: YES 
user_id=6405

Fixed in CVS.
History
Date User Action Args
2001-11-01 09:43:31anonymouscreate