I have an exception configuration as follows:

<global-exception-mappings>
        <exception-mapping      exception="java.lang.Throwable"
result="exceptionLogger"/>
</global-exception-mappings>

If an action throws an exception my logger works fine.  However, if the
Struts DefaultActionProxy is unable to locate an action class/mapping and
throws its ConfigurationException, I get a stacktrace in the browser!  Any
clues?


-- 
View this message in context: 
http://www.nabble.com/Global-exception-mapping-glitch-tp19882441p19882441.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to