> From: Nadav Katz [mailto:nadav.k...@oracle.com] 
> Subject: RE: JSP Exception object arriving null at error handler

> Is there anywhere where I can find documentation for this?

Read the servlet spec.

> I'm asking because I came across this behavior by chance when I got 
> a NullPointerException in logging code calling exception.getMessage().

Which means your logging code contains invalid assumptions.

> Is it possible that I will come across this with other types of 
> exceptions?

You're missing the point: a 404 status is *not* an exception.

> Is my logging code unusable?

Not necessarily unusable, but certainly broken.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to