PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * core: add a file/line number to a NOTICE message
- [client AH00113: cannot use a full URL in a 401 ErrorDocument directive...
- trunk patch: http://svn.apache.org/r1490446
- 2.4.x patch: trunk works
- +1 covener, jim, fuankg
-
* core: Add post_perdir_config hook.
trunk patch: http://svn.apache.org/r1368121
2.4.x patch: trunk patch works modulo CHANGES and mmn bump
if (error_number == 401 && what == REMOTE_PATH) {
ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, cmd->server, APLOGNO(00113)
- "cannot use a full URL in a 401 ErrorDocument "
- "directive --- ignoring!");
+ "%s:%d cannot use a full URL in a 401 ErrorDocument "
+ "directive --- ignoring!", cmd->directive->filename, cmd->directive->line_num);
}
else { /* Store it... */
if (conf->response_code_strings == NULL) {