Browse Source
(thx altblue) reorder dc->context_ndx to match srv->config_context->data[] index. srv->config_context->data[] may have been re-ordered in configparser.y. Since the dc->context_ndx (id) is reused by config_insert*() and by plugins to index into srv->config_context->data[], reorder into the order encountered during config file parsing for least surprise to end-users writing config files. x-ref: "mismatched nested config conditions in lighttpd 1.4.56" https://redmine.lighttpd.net/issues/3047master
1 changed files with 21 additions and 0 deletions
Loading…
Reference in new issue