On 6/22/07, Michael Lackhoff <[EMAIL PROTECTED]> wrote:
> I didn't get a result. Within the authentication handler I stuffed an
> object (or even a simple string) into $r->pnotes and tried to write it
> to the logfile from the authorization handler but it was empty, the
> same test worked with $c->pnotes.

I'm guessing that one of these was actually a subrequest, so you might
need to use $r->main() to get the top-level request.

> (Perhaps off list because it seems to be more of a mod_perl problem
> rather than RDBO)

Probably.  I think that what you have will work, but if you have other
questions about this kind of thing bring them on over to the mod_perl
list.

- Perrin

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to