janl commented on a change in pull request #1602: Remove runtime
configurability of core system components
URL: https://github.com/apache/couchdb/pull/1602#discussion_r218150964
##########
File path: src/couch/src/couch_httpd_vhost.erl
##########
@@ -394,25 +390,23 @@ handle_config_terminate(_Server, _Reason, _State) ->
load_conf() ->
%% get vhost globals
- VHostGlobals = re:split(config:get("httpd",
- "vhost_global_handlers",""), "\\s*,\\s*",[{return, list}]),
+ VHostGlobals = re:split("_utils, _uuids, _session, _users", "\\s*,\\s*",
Review comment:
good call, might have to keep it dynamic to allow `couch.app`
configurability as per
https://github.com/apache/couchdb/pull/1602#issuecomment-42200131 but good
call2
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services