>>>>> "Matt" == Matt Sergeant <[EMAIL PROTECTED]> writes:

>> So, I'm punting.  When I get an error, I have to redirect to a URL,
>> which then has to start all over figuring out why they were sent
>> there.  Which is not totally bad, because I have to ask the user some
>> questions in a form, and I need to reevaluate why they might be there
>> on the return trip anyway in case the world has changed out from under
>> me.

Matt> Can you do an internal redirect and stuff things in pnotes/notes?

Like I said, after thinking about it, it matters not.  I have to trust
the user's form data on the response to the form, so I have to
reevaluate all security parameters anyway.

If I had secrets to share from the Auth* handler to the error handler,
I'd do that.  I still find it ugly that I have to waste some URL space
when I could have provided the handler as a subroutine though.
Everything else seems to permit me to just hook on this coderef when
this other thing happens.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to