##// END OF EJS Templates
url: expand vars in all [auth] settings (issue2328)
Martin Geisler -
r11833:7c9beccb default
parent child Browse files
Show More
@@ -156,8 +156,7 b' class passwordmgr(urllib2.HTTPPasswordMg'
156 156 continue
157 157 group, setting = key.split('.', 1)
158 158 gdict = config.setdefault(group, dict())
159 if setting in ('cert', 'key'):
160 val = util.expandpath(val)
159 val = util.expandpath(val)
161 160 gdict[setting] = val
162 161
163 162 # Find the best match
General Comments 0
You need to be logged in to leave comments. Login now