]> andersk Git - mod-vhost-ldap.git/commit
Use ap_walk_config to configure directives
authorGreg Brockman <gdb@mit.edu>
Sun, 15 Aug 2010 14:51:37 +0000 (10:51 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Fri, 18 Mar 2011 06:33:17 +0000 (02:33 -0400)
commitf6e4601bcc4581acf7dcf54e91426303f2c337cd
treeb1278f33608b1763d463ae1fad797a543defd5fb
parenta12ccb0d1cf30e1b643b9a08c83e6f2c842de7be
Use ap_walk_config to configure directives

The only expected change in behavior here is that directives
configured from LDAP are expected to now behave much more like ones
configured statically, since they now use the same code.  In practice,
this should not work out to a significant difference, but some
directives do seem to have a lot of code that
mod_vhost_ldap_translate_name didn't contain.  (I haven't investigated
this in-depth.)

I also removed logic to deal with r->uri[0] != '\0' && r->uri[0] !=
'/'.  I believe this is not actually relevant anymore, as the tranlate
hook no longer deals with translating to filenames itself, but I could
be mistaken.
mod_vhost_ldap.c
This page took 0.036847 seconds and 5 git commands to generate.