Re: Embperl in Authentication Phase

2001-03-27 Thread Michael Smith
> > Well what was happening was this > > > > $escmode=0; > > [- Execute("") -] > > > > and it turned out that within the component $escmode was not zero. I > > managed to get round it easily enough, by setting $escmode in the > component. > > But it's odd it didn't seem to get passed. Maybe

Re: Embperl in Authentication Phase

2001-03-26 Thread Gerald Richter
> > Well what was happening was this > > $escmode=0; > [- Execute("") -] > > and it turned out that within the component $escmode was not zero. I > managed to get round it easily enough, by setting $escmode in the component. > But it's odd it didn't seem to get passed. Maybe it's just me! :

Re: Embperl in Authentication Phase

2001-03-26 Thread Michael Smith
> > namely that my characters are being escaped; for example & is being > converted in to &. > > In normal embperl I'm able to turn this off with a simple $escmode=0, but > this doesn't seem > > to have any effect under AuthCookie. > > This should work under AuthCookie as well. Try to read back

Re: Embperl in Authentication Phase

2001-03-23 Thread Gerald Richter
> namely that my characters are being escaped; for example & is being converted in to &. > In normal embperl I'm able to turn this off with a simple $escmode=0, but this doesn't seem > to have any effect under AuthCookie. This should work under AuthCookie as well. Try to read back $escmode (e.g.