summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-623443-fail-on-bad-proxies
Commit message (Collapse)AuthorAgeFilesLines
* methods: read config in most to least specific orderDavid Kalnischkies2016-08-171-2/+3
| | | | | | | | | | | | 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
* fail on unsupported http/https proxy settingsDavid Kalnischkies2016-08-101-0/+33
Closes: #623443