From: SourceForge.net <no...@so...> - 2006-09-25 20:20:31
|
Bugs item #1565341, was opened at 2006-09-25 13:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112078&aid=1565341&group_id=12078 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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Name of package not found when use http method on client Initial Comment: Using FTP method on BACKENDS and HTTP on clients some errors occurs during downloads. througth the investigations we discovered that cause of this problem is some characters of the package name are converted by the HTTP method. e.g. " ~ " is converted to %7e. For fix this problem we put this row above into the method simplify_path on apt-proxy.py "path = re.sub(r"%7e+", "~", path)" I think this solution are not adequate for the definitive solution to this problem. Thanks Pedro Lucas <ped...@ca...> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112078&aid=1565341&group_id=12078 |