Bugs item #1263855, was opened at 2005-08-19 12:34
Message generated for change (Settings changed) made by cito
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=1263855&group_id=4866

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WebKit
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Christoph Zwerschke (cito)
Summary: No unquoting of filenames

Initial Comment:
I found that Webware gives a 404 on this url:
"localhost:8080/foo%20bar" but manages to find
"localhost:8080/foobar" when both "foo bar" and
"foobar" is in the same directory. I think this ia bug
and that the solution is to call
urllib.unquote(baseName) in the filenamesForBase()
method in _FileParser in URLParser.py.

----------------------------------------------------------------------

Comment By: Christoph Zwerschke (cito)
Date: 2005-10-28 06:37

Message:
Logged In: YES 
user_id=193957

I noticed that I had already fixed that in a similar way 
(calling urlDecode in the parse() method of _FileParser).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=1263855&group_id=4866


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to