Agree. There is no need to complicate an application just to compensate for
someone else's poor design. I am more than happy to use a script filter in
this case, I just wanted to be sure there wasn't already something there.
Robert Egan
--
*VSolvit LLC*, *CMMI (Level 3), ISO 9001, I
I suspect the reason it never came up is because wrapping all your
exceptions in a general exception is considered a poor design. But
sometimes you have to play the hand you're dealt. I think I'll probably go
with a Script filter, as suggested by another respondent.
Robert Egan
--
*V
exception.
I would like to ACCEPT only on the wrapped exceptions I can address and
DENY the ones I cannot address. Can this be done simply through the log4j2
configuration files, or will I need to create a custom filter?
Robert Egan