From ad829b21ae9e0f11a821a0a98a1aaab161efa9a2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 25 May 2020 15:38:36 +0200 Subject: url: accept "any length" credentials for proxy auth They're only limited to the maximum string input restrictions, not to 256 bytes. Added test 1178 to verify Reported-by: Will Roberts Fixes #5448 Closes #5449 --- tests/data/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/data/Makefile.inc') diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 02a6636f2..0633ccb2f 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -139,6 +139,7 @@ test1160 test1161 test1162 test1163 test1164 test1165 test1166 test1167 \ test1168 \ \ test1170 test1171 test1172 test1173 test1174 test1175 test1176 test1177 \ +test1178 \ \ test1190 test1191 test1192 test1193 test1194 test1195 test1196 \ \ -- cgit v1.2.3