From 201c20279a641a634394ca91c552733b2886e81a Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Thu, 17 May 2018 12:00:54 +0200 Subject: [PATCH] civetweb: update for url validation fixes The new civetweb 1.10 version in mimic and later is strict on control characters being url encoded, making url validation more relaxed and passing these through to rgw where the requisite url validation is done. Fixes: http://tracker.ceph.com/issues/24158 Signed-off-by: Abhishek Lekshmanan (cherry picked from commit 810c1fa8d3a253745d07c4c740296589fa43811a) (cherry picked from commit 8f140aa04d27448781454ad186633366008f7f23) --- src/civetweb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/civetweb b/src/civetweb index 321b4eb68e5..60628927158 160000 --- a/src/civetweb +++ b/src/civetweb @@ -1 +1 @@ -Subproject commit 321b4eb68e57ad7e1080dbb24ad4c9a6d64567d5 +Subproject commit 60628927158634f92dd2fe1c20067563d1607502 -- 2.47.3