On Mon, 14 Jul 2003, Christopher H. Laco wrote: > This is probably something silly, but when I run: > > <xsp:expr>print keys %ENV;</xsp:expr> > > I only get the following keys: > > GATEWAY_INTERFACE > PATH > MOD_PERL > PATH_INFO > > I was trying to snag the REDIRECT_URL on my ErrorDocument and got nothing. > This happens and all .xsp pages, not just on the ErrorDocument .xsp. > > Someone please clue-stick me. What am I missing?
AxKit doesn't setup %ENV as an optimisation. The thing you're looking for will be in $r->prev->url. -- <!-- Matt --> <:->get a SMart net</:-> Spam trap - do not mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
