2.4.x patch: trunk works (modulo CHANGES)
+1: jailletc36, ylavic, covener
- *) Fix duplicated APLOGNOs from r1661067 and r1661448 (backported to 2.4.12
- resp. as r1662076 and r1670320).
- trunk patch: http://svn.apache.org/r1674606
- 2.4.x patch: trunk works
- +1: ylavic, covener, trawick
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
response = ap_expr_str_exec(r, expr, &err);
if (err) {
ap_log_rerror(
- APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(02830) "core: ErrorDocument: can't "
+ APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(02841) "core: ErrorDocument: can't "
"evaluate require expression: %s", err);
return NULL;
}