Roundup Tracker - Issues

Issue 1240541

classification
Roundup sends no response for URLs containing %20
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : kragen, richard
Priority: normal :

Created on 2005-07-18 21:38 by kragen, last changed 2006-01-25 02:59 by richard.

Messages
msg1994 Author: [hidden] (kragen) Date: 2005-07-18 21:38
I was using this URL in the first place because of the
other bug I just reported (bug 1240538.)  This should
produce at least a 404 response, not just "Connection
closed."  (Might not be a bad idea for it to redirect
to the right thing, but that won't be important after
the other bug is fixed.)

kragen@resilient ~/pkgs/TwistedSumo-2005-05-25 $ telnet
twistedmatrix.com 80
Trying 198.49.126.190...
Connected to twistedmatrix.com.
Escape character is '^]'.
GET /bugs/issue%201109 HTTP/1.1
Host: twistedmatrix.com

Connection closed by foreign host.
kragen@resilient ~/pkgs/TwistedSumo-2005-05-25 $
msg1995 Author: [hidden] (kragen) Date: 2005-07-18 21:40
Logged In: YES 
user_id=655915

URL of the other bug is
https://sourceforge.net/tracker/index.php?func=detail&aid=1240538&group_id=31577&atid=402788

It's possible that this is a configuration bug at the
Twisted Matrix web site.
msg1996 Author: [hidden] (richard) Date: 2006-01-25 02:59
Logged In: YES 
user_id=6405

I get a KeyError response page here - I've fixed it so it 
returns NotFound.  
History
Date User Action Args
2005-07-18 21:38:33kragencreate