on 2/3/00 10:06 PM, Kevin A. Burton <[EMAIL PROTECTED]> wrote:

> Comment change is fine.

Oh, that is just a little change.

> I am not sure the user should see this Exception.  Just display the
> current URL.  That is why it is defensive programming :)

The User wouldn't see this exception unless there was a recursive loop. In
that case, it is a programming error on your part, so this would get
discovered before the site went live anyway.

In fact, they wouldn't see this exception in a production environment
because you would be smart enough to create your own Error screen that would
email the exception to the admin. ;-) See my point here? Catch all errors in
one place so that a single well done Error screen can handle things!
 
> I started to experience this infinite redir recently so it is either
> Turbine or Jakarta.  I am still in the process of tracking down the bug.

You also didn't see the fact that I fixed your logic which is totally off
according to your comments. Please apply that patch to the code and see
exactly what it fixes.

-jon

-- 
Come to the first official Apache Software Foundation
Conference!  <http://ApacheCon.Com/>




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to