Roundup Tracker - Issues

Issue 487480

classification
roundup-server
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : grubert, richard
Priority: normal :

Created on 2001-11-30 13:20 by grubert, last changed 2001-12-02 04:26 by richard.

Messages
msg88 Author: [hidden] (grubert) Date: 2001-11-30 13:20
* there is
  if int(sys.version[0]) < 2:
     print "Content-Type: text/plain\n" 
     print "Roundup requires Python 2.0 or newer."

is the content type necessary for the server startup ?

* in HTTPserver.index
  the Content-Type: text/html is displayed in the browser

  either put "HTTP/1.0 200 OK" in front or skip it.
msg89 Author: [hidden] (richard) Date: 2001-12-02 04:26
Logged In: YES 
user_id=6405

fixed, thanks

History
Date User Action Args
2001-11-30 13:20:18grubertcreate