1 Reply Latest reply on Jan 30, 2008 5:52 AM by nickarls

    how to capture no active context exception from filter

    koenhandekyn

      hello

      i have RTFM and configured the context filter for my servlets.

      however, if a user calls the server outside of a context he get's a dirty exception trace. how can i capture the exception? it's now a pretty general java.lang.IllegalStateException.

      the main issue is that the exception handling directions from pages.xml does not seem to apply? what are other ways to capture exceptions from the context servlet filter ?