Add more info about the problem

This commit is contained in:
Carlos Sanchez 2006-09-06 17:12:17 +00:00
parent 6c0ddbfa9d
commit e8de53b87c
2 changed files with 14 additions and 2 deletions

View File

@ -28,8 +28,15 @@ import org.acegisecurity.ui.ExceptionTranslationFilter;
import com.opensymphony.webwork.dispatcher.DispatcherUtils;
/**
* <p>
* 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>
* @version $Id$

View File

@ -28,7 +28,12 @@ import com.opensymphony.webwork.dispatcher.DispatcherUtils;
* </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>
*
* @author <a href="mailto:carlos@apache.org">Carlos Sanchez</a>