From d4c448374fc198ab1e11d537544c70c109d86cca Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 29 Feb 2008 22:33:03 +0000 Subject: [PATCH] remove erroneous redirect: prefix --- .../webflow/engine/builder/xml/XmlFlowBuilder.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/xml/XmlFlowBuilder.java b/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/xml/XmlFlowBuilder.java index 188ead31..a61d2f27 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/xml/XmlFlowBuilder.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/xml/XmlFlowBuilder.java @@ -237,11 +237,6 @@ public class XmlFlowBuilder extends AbstractFlowBuilder implements ResourceHolde private static final String VIEW_ATTRIBUTE = "view"; - /** - * Prefix used when the encoded view name wants to specify that a redirect is required. ("redirect:") - */ - private static final String REDIRECT_PREFIX = "redirect:"; - /** * Prefix used when the encoded view name wants to specify that a redirect to an external URL is required. * ("externalRedirect:")