This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aaronsw
Recipients
Date 2005-12-31.21:46:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
If you set the SimpleHTTPServer to serve files and visit /filename it works 
but if you visit /filename?f=1 it returns a 404. It should strip off the query 
argument and visit /filename
History
Date User Action Args
2007-08-23 14:37:02adminlinkissue1394565 messages
2007-08-23 14:37:02admincreate