At 10:47 AM 3/29/2005, Jim Jagielski wrote: >Since we're extending core_dir_config, we should document the >change in core_dir_config
Since the bit breaks binary compatibility, I'll toss my -1 into the ring. It's non-technical though, so not a veto. I wish we had pool datum, which would gracefully walk around this issue. But the patch may break mod_perl and other modules which do their own thing with per-dir configs. It's definately an mmn bump, major. >> > Index: src/include/http_core.h >> > =================================================================== >> > --- src/include/http_core.h (revision 158971) >> > +++ src/include/http_core.h (working copy) >> > @@ -318,6 +318,8 @@ >> > /* Digest auth. */ >> > char *ap_auth_nonce; >> > >> > + unsigned int allow_encoded_slashes : 1; /* URLs may contain %2f >> > w/o being >> > + * pitched indiscriminately */ >> > } core_dir_config; >> >
