> > 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
>
> 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! :
> > 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
> 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.