Add more info about the problem
This commit is contained in:
parent
6c0ddbfa9d
commit
e8de53b87c
|
@ -28,8 +28,15 @@ import org.acegisecurity.ui.ExceptionTranslationFilter;
|
||||||
import com.opensymphony.webwork.dispatcher.DispatcherUtils;
|
import com.opensymphony.webwork.dispatcher.DispatcherUtils;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* <p>
|
||||||
* WebWork {@link DispatcherUtils} that ignores Acegi exceptions so they can be processed by
|
* WebWork {@link DispatcherUtils} that ignores Acegi exceptions so they can be processed by
|
||||||
* {@link ExceptionTranslationFilter}
|
* {@link ExceptionTranslationFilter}.
|
||||||
|
* </p>
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* This is meant to be fixed inside WebWork, see <a href="http://jira.opensymphony.com/browse/WW-291">WW-291</a>. Known
|
||||||
|
* broken versions are 2.2.3 and 2.2.4.
|
||||||
|
* </p>
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:carlos@apache.org">Carlos Sanchez</a>
|
* @author <a href="mailto:carlos@apache.org">Carlos Sanchez</a>
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
|
|
@ -28,7 +28,12 @@ import com.opensymphony.webwork.dispatcher.DispatcherUtils;
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* Set it up in your web.xml instead of WebWrok provided {@link com.opensymphony.webwork.dispatcher.FilterDispatcher}.
|
* Set it up in your web.xml instead of WebWork provided {@link com.opensymphony.webwork.dispatcher.FilterDispatcher}.
|
||||||
|
* </p>
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* This is meant to be fixed inside WebWork, see <a href="http://jira.opensymphony.com/browse/WW-291">WW-291</a>. Known
|
||||||
|
* broken versions are 2.2.3 and 2.2.4.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:carlos@apache.org">Carlos Sanchez</a>
|
* @author <a href="mailto:carlos@apache.org">Carlos Sanchez</a>
|
||||||
|
|
Loading…
Reference in New Issue