>>> + if (p->flags & RULEFLAG_END) {
>>> + rewritelog((r, 8, perdir, "Rule has END flag, no further
>>> rewriting for this request"));
>>> + apr_pool_userdata_set("1", really_last_key,
>>> apr_pool_cleanup_null, r->pool);
>>
>> Why not using r->notes?
>
> Whoops, I saw it was a new table but missed that it was overlayed -- thanks
Actually that overlay is not in internal_internal_redirect() and
r->notes is not inherited/shared -- did you mean to look up to
r->main->notes or something like that?
--
Eric Covener
[email protected]