On Mar 29, 2005, at 8:47 AM, Jim Jagielski wrote:
Since we're extending core_dir_config, we should document the change in core_dir_config
Should I elaborate more in my core_dir_config from what I already have?
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;
/* Per-server core configuration */
