On Mon, 14 Aug 2000, Andrew Fuqua wrote:
> I'm trying to pass a path name with slashes as the value of a note, and
> when I try to retrieve the note from another handler in the same
> request, the note is not there. Code goes like this:
>
> in a PerlInitHandler:
> $r->notes('dir_name' => '/some
Geoffrey Young wrote:
>
> > -Original Message-
> > From: Andrew Fuqua [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, August 14, 2000 12:44 PM
> > To: [EMAIL PROTECTED]
> > Subject: $r->notes with slashes
> >
> >
> > I'm trying to pass a path name with slashes as the value of a
> > note, and
> -Original Message-
> From: Andrew Fuqua [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 14, 2000 12:44 PM
> To: [EMAIL PROTECTED]
> Subject: $r->notes with slashes
>
>
> I'm trying to pass a path name with slashes as the value of a
> note, and
> when I try to retrieve the note fro
Sean Chittenden wrote:
> If I use $r->notes in a mod_perl handler, is it accessible via the
> core apache request object in other non-perl modules?
>
> $r->notes('foo','bar');
>
> Is the value of notes stored in the core apache process and if so,
> is it accessible by other modu
[EMAIL PROTECTED] (Sean Chittenden) wrote:
> If I use $r->notes in a mod_perl handler, is it accessible via the
>core apache request object in other non-perl modules?
>
> $r->notes('foo','bar');
Yup, it's stored in the regular Apache notes table. That's why it has to be
flattened to