nextcloud/lib/private/Http
Scott Shambarger edf946dfc7
Correctly handle emtpy string in proxyuserpwd config
As documented, the default value for config value proxyuserpwd is ''.
However, that value results in the error:
 "cURL error 5: Unsupported proxy syntax in '@'".
This patch handles the values of '' and null (the default in the code)
the same for config values proxyuserpwd and proxy.

Signed-off-by: Scott Shambarger <devel@shambarger.net>
2019-08-11 21:07:30 +02:00
..
Client Correctly handle emtpy string in proxyuserpwd config 2019-08-11 21:07:30 +02:00
CookieHelper.php Make authenticated cookies lax 2018-09-28 16:44:37 +02:00