From 6f31fd413b806f0e797bec558242ff14e3717a47 Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Mon, 23 Jun 2008 15:58:06 +0000 Subject: [PATCH] Added a note to the JavaDoc regarding problems with using alwaysRedirectOnPause in combination with client-side state saving. --- .../webflow/executor/jsf/JsfArgumentHandler.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/JsfArgumentHandler.java b/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/JsfArgumentHandler.java index b10d711b..e65cd567 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/JsfArgumentHandler.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/JsfArgumentHandler.java @@ -21,6 +21,9 @@ import org.springframework.webflow.executor.support.RequestParameterFlowExecutor * or * {@link #createExternalUrl(org.springframework.webflow.execution.support.ExternalRedirect, String, ExternalContext) external URLs}, * since we're clearly not in a postback situation in those cases. + *

+ * Also note that the resulting URL could potentially be too long when using JSF client-side state saving mode. In general + * there are issues in trying to use alwaysRedirectOnPause with client-side state saving. * * @since 1.0.6 *