----- Original Message -----
From: "Eric Covener" <[email protected]>
To: <[email protected]>
Sent: Friday, October 29, 2010 2:19 PM
Subject: Re: svn commit: r1028778 - in /httpd/httpd/trunk: CHANGES
docs/manual/mod/mod_rewrite.xml docs/manual/rewrite/flags.xml
modules/mappers/mod_rewrite.c
+ 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]