This commit is contained in:
Keith Donald
2007-06-13 04:03:18 +00:00
parent cde58941f9
commit d0e11c25e2

View File

@@ -28,10 +28,10 @@ import org.springframework.webflow.context.ExternalContextHolder;
/**
* A servlet filter used to guarantee that webflow context information is
* cleaned up in a JSF environment.
* cleaned up in a JSF environment. Most useful to ensure no possibility
* of a flow execution remaining locked due to an uncaught JSF exception.
*
* @author Ben Hale
* @since 1.1
*/
public class FlowSystemCleanupFilter extends OncePerRequestFilter {
@@ -81,5 +81,4 @@ public class FlowSystemCleanupFilter extends OncePerRequestFilter {
private static String getFlowExecutionHolderKey() {
return FlowExecutionHolder.class.getName();
}
}
}