some fixes to enhance authentication url
authorGui Chen <gui.chen@intel.com>
Sat, 2 Jun 2012 04:16:12 +0000 (12:16 +0800)
committerGui Chen <gui.chen@intel.com>
Sat, 2 Jun 2012 07:34:07 +0000 (15:34 +0800)
commitedfd3f511e2abe0905d0236754dcd5492345d4ce
treeffc2e26efab61c082c1a70cb4d9dfe65d541f6a5
parentd9236f578d2c290f3b48ac0de5c20a0ccf05fe8e
some fixes to enhance authentication url

the fixed issues includes:
1. "https://url" can't get https proxy properly
2. "http://host/a//bc" (inculde "//" in abc) is not supported in some server
3. "http://a+bc" (include "+" in abc) is quoted so that failed to download

Signed-off-by: Gui Chen <gui.chen@intel.com>
mic/utils/misc.py
mic/utils/rpmmisc.py
plugins/backend/zypppkgmgr.py