29 Jun
2005
29 Jun
'05
5:46 p.m.
I think the patch below fixes a typo in an error case I noticed while reading the code. -wsv Index: twisted/web2/static.py =================================================================== --- twisted/web2/static.py (revision 14048) +++ twisted/web2/static.py (working copy) @@ -215,7 +217,7 @@ self.defaultType) if not self.fp.exists(): - return response.NOT_FOUND + return responsecode.NOT_FOUND if self.fp.isdir(): # If this is a directory, redirect
7071
Age (days ago)
7071
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wilfredo Sánchez Vega