Loading CHANGES +4 −0 Original line number Diff line number Diff line Changes with Apache 2.0b1 *) Fix the AliasMatch directive in Apache 2.0. When we brought a patch forward from 1.3 to 2.0, we missed a single line, which broke regex aliases. [Ryan Bloom] *) We have a poor abstraction in the protocol. This is a temporary hack to fix the bug, but it will need to be fixed for real. If we find an error while sending out a custom error response, we back Loading modules/mappers/mod_alias.c +1 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,7 @@ static const char *add_alias_internal(cmd_parms *cmd, void *dummy, new->regexp = ap_pregcomp(cmd->pool, f, REG_EXTENDED); if (new->regexp == NULL) return "Regular expression could not be compiled."; new->real = r; } #ifndef OS2 else Loading Loading
CHANGES +4 −0 Original line number Diff line number Diff line Changes with Apache 2.0b1 *) Fix the AliasMatch directive in Apache 2.0. When we brought a patch forward from 1.3 to 2.0, we missed a single line, which broke regex aliases. [Ryan Bloom] *) We have a poor abstraction in the protocol. This is a temporary hack to fix the bug, but it will need to be fixed for real. If we find an error while sending out a custom error response, we back Loading
modules/mappers/mod_alias.c +1 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,7 @@ static const char *add_alias_internal(cmd_parms *cmd, void *dummy, new->regexp = ap_pregcomp(cmd->pool, f, REG_EXTENDED); if (new->regexp == NULL) return "Regular expression could not be compiled."; new->real = r; } #ifndef OS2 else Loading