Sorry for being so harassing with this ... ;-) * [EMAIL PROTECTED] wrote:
> Index: mod_rewrite.c > =================================================================== ... > + if (!(saved_rulestatus = > apr_table_get(r->notes,"already_rewritten"))) { Some kind of namespace protection would be probably useful ("mod_rewrite_already_rewritten" or something). And I think, bigger diffs or not - indentations are cool ;-) Otherwise +1. nd