AuthCookieDBI and authen/authz handler debugging...

2002-01-24 Thread Jim Lambert
I have two questions... 1. How do I debug the authen/authz phase interactively. I know how to start my server with -X -D PERLDB and debug the content phase, but I keep getting 'Subroutine not found' when I try to set break points on authen/authz methods. 2. I'm trying to use AuthCookieDBI,

Re: internal_redirect

2001-04-03 Thread Jim Lambert
Rob, thanks for pointing me in the right direction. Your advise helped me find a solution that works for my situation. I'm working on an API that sits between an Oracle DB and bunch of web application programmers. Unfortunately, the programmers run their apps under a variety of perl-handlers

internal_redirect

2001-04-02 Thread Jim Lambert
Hi, I'm trying to handle an exception using an internal_redirect. I can get it to work by redirecting to a static page, but when I try to redirect to a modperl handler, I'm run into problems. Here are the two versions of code (BTW, the handler works fine when I access it directly via the