summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------src/civetweb0
-rw-r--r--src/rgw/rgw_main.cc3
2 files changed, 2 insertions, 1 deletions
diff --git a/src/civetweb b/src/civetweb
-Subproject 438a4d0f58f8126a3e0d48860a7cd3c56a3c465
+Subproject ed8e8d19576c4baac3aff643c0fd9b0c1218bb3
diff --git a/src/rgw/rgw_main.cc b/src/rgw/rgw_main.cc
index c3de2ae9368..3443a6195df 100644
--- a/src/rgw/rgw_main.cc
+++ b/src/rgw/rgw_main.cc
@@ -931,7 +931,8 @@ public:
snprintf(thread_pool_buf, sizeof(thread_pool_buf), "%d", (int)g_conf->rgw_thread_pool_size);
string port_str;
conf->get_val("port", "80", &port_str);
- const char *options[] = {"listening_ports", port_str.c_str(), "enable_keep_alive", "yes", "num_threads", thread_pool_buf, NULL};
+ const char *options[] = {"listening_ports", port_str.c_str(), "enable_keep_alive", "yes", "num_threads", thread_pool_buf,
+ "decode_url", "no", NULL};
struct mg_callbacks cb;
memset((void *)&cb, 0, sizeof(cb));