]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the behavoir...
authorPaul Querna <pquerna@apache.org>
Wed, 4 May 2005 22:23:00 +0000 (22:23 +0000)
committerPaul Querna <pquerna@apache.org>
Wed, 4 May 2005 22:23:00 +0000 (22:23 +0000)
commitda9a8de7534c1c010e94ef400ecfcf243820a401
treebff42beee9cb8ed3cb42fbfd063d783c406790a2
parent5ceb57af0dfb82c8ccdb7702c4dd78ab8e4da49a
Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the behavoir of ap_getword_conf. Do not rely upon any last argument that is "".  If the argument is in the middle of the line, it should work correctly.

This is updated from the version sent to dev@httpd to fix the behavoir with 0 arguments.

* include/http_config.h: minor MMN bump for the new interface.
* modules/generators/mod_autoindex.c: Migrate IndexOptions to the new ARGV command type.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168202 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/http_config.h
modules/generators/mod_autoindex.c
server/config.c