Re: $r-notes with slashes

2000-08-31 Thread Doug MacEachern
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' =

RE: $r-notes with slashes

2000-08-14 Thread Geoffrey Young
-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 from another

Re: $r-notes with slashes

2000-08-14 Thread Ken Williams
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 when I try to

Re: $r-notes()...

2000-01-14 Thread Ken Williams
[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 a

RE: $r-notes()...

2000-01-14 Thread David Harris
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 modules by