exceptions where logged multiple times by logException before the change. This wasn´t very effective since it produces a lot of output and it was a pain for the user to find the cause of it. The exception is simply thrown and should be catched and logged by the servlet container.
If your exception is not shown it must be catched and not beeing rethrown somewhere. Can you provide us with a test case (jsp + bean code) to reproduce the problem. You are using one or more servlet filters. Can you make sure that they don´t catch the exception and hides them? 2005/11/4, Travis Reeder <[EMAIL PROTECTED]>: > 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 > -- Mathias
