nickva commented on a change in pull request #3638: URL: https://github.com/apache/couchdb/pull/3638#discussion_r685467068
########## File path: src/chttpd/src/chttpd.erl ########## @@ -802,7 +802,10 @@ absolute_uri(#httpd{absolute_uri = URI}, Path) -> URI ++ Path. unquote(UrlEncodedString) -> - mochiweb_util:unquote(UrlEncodedString). + case chttpd_util:get_chttpd_config_boolean("decode_plus_to_space", false) of Review comment: `chttpd_util:get_chttpd_config_boolean` will fallback to look in httpd section as well. We probably don't care about that as it's a new setting not one which moved from httpd section to chttpd. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org