summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-623443-fail-on-bad-proxies
AgeCommit message (Collapse)Author
2016-08-17methods: read config in most to least specific orderDavid Kalnischkies
The implementation of the generic config fallback did the fallback in the wrong order so that the least specific option wasn't the last value picked but in fact the first oneā€¦ doh! So in the bugreports case http -> https -> http::<hostname> -> https::<hostname> while it should have been the reverse as before. Regression-In: 30060442025824c491f58887ca7369f3c572fa57 Closes: 834642
2016-08-10fail on unsupported http/https proxy settingsDavid Kalnischkies
Closes: #623443