diff --git a/spring-webflow/src/main/java/org/springframework/webflow/mvc/servlet/FlowHandler.java b/spring-webflow/src/main/java/org/springframework/webflow/mvc/servlet/FlowHandler.java index 82911d9c..5182bd01 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/mvc/servlet/FlowHandler.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/mvc/servlet/FlowHandler.java @@ -54,9 +54,15 @@ public interface FlowHandler { * Handles a specific flow execution outcome. Used by a Controller to get the location of the resource to redirect * to after the outcome is handled. *
- * If the location string returned begins with a forward-slash, the location is treated as relative to the web - * application context path. If the location string does not begin with a slash, the location is treated as relative - * to the current servlet path. + * The following prefixes are supported for qualifying the returned location string: + *