Browse Source

Add more info about the problem

Carlos Sanchez 19 years ago
parent
commit
e8de53b87c

+ 8 - 1
sandbox/webwork/src/main/java/org/acegisecurity/webwork/AcegiDispatcherUtils.java

@@ -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$

+ 6 - 1
sandbox/webwork/src/main/java/org/acegisecurity/webwork/FilterDispatcher.java

@@ -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>