Re: Removed exception logging from FacesServlet on 8/11/05

2005-11-04 Thread Travis Reeder
I am just using the Extensions Filter and an AuthFilter (that does not catch any exceptions).Here's an example of one what happens, this is what I get in my log:Nov 4, 2005 1:09:27 PM org.apache.myfaces.context.servlet.ServletExternalContextImpl lookupCharacterEncodingFINE: Incoming request has

Re: Removed exception logging from FacesServlet on 8/11/05

2005-11-04 Thread Travis Reeder
Here's another example on a property value that has a NullPointerException and the only reason I know this is because I had to put a try/catch in the getter. HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from

Removed exception logging from FacesServlet on 8/11/05

2005-11-03 Thread Travis Reeder
mbr: Any reason you removed the exception logging? I've mentioned this before on the list asking why exceptions are being hidden and I guess this is why. There was a method called logException, but it's removed now. Any reason for that? Travis