FacesContext class to facilitate standalone Action unit tests.
* * NOT intended to be used for anything but standalone unit tests. This is a simple state holder, a stub - * implementation, at least if you follow Martin + * implementation, at least if you follow Martin * Fowler's reasoning. This class is called MockFacesContext to be consistent with the naming convention in * the rest of the Spring framework (e.g. MockHttpServletRequest, ...). * diff --git a/spring-js-resources/scripts/dojo/build.properties b/spring-js-resources/scripts/dojo/build.properties index 2d77d6f5..ea5f8779 100644 --- a/spring-js-resources/scripts/dojo/build.properties +++ b/spring-js-resources/scripts/dojo/build.properties @@ -1,4 +1,4 @@ dojo.version=1.5.0 -dojo.download.url=http://download.dojotoolkit.org/release-${dojo.version}/dojo-release-${dojo.version}-src.zip +dojo.download.url=https://download.dojotoolkit.org/release-${dojo.version}/dojo-release-${dojo.version}-src.zip dojo.profile=standard.profile.js diff --git a/spring-js-resources/scripts/dojo/standard.profile.js b/spring-js-resources/scripts/dojo/standard.profile.js index 3c2f4d8a..b75a4488 100644 --- a/spring-js-resources/scripts/dojo/standard.profile.js +++ b/spring-js-resources/scripts/dojo/standard.profile.js @@ -1,6 +1,6 @@ dependencies ={ //Strip all console.* calls except console.warn and console.error. This is basically a work-around - //for trac issue: http://bugs.dojotoolkit.org/ticket/6849 where Safari 3's console.debug seems + //for trac issue: https://bugs.dojotoolkit.org/ticket/6849 where Safari 3's console.debug seems //to be flaky to set up (apparently fixed in a webkit nightly). //But in general for a build, console.warn/error should be the only things to survive anyway. stripConsole: "normal", @@ -16,7 +16,7 @@ dependencies ={ }, // Now add layers from Dojo's standard.profile.js: - // http://svn.dojotoolkit.org/src/util/trunk/buildscripts/profiles/standard.profile.js + // https://svn.dojotoolkit.org/src/util/trunk/buildscripts/profiles/standard.profile.js { name: "../dijit/dijit.js", diff --git a/spring-webflow/src/main/java/org/springframework/webflow/context/servlet/FilenameFlowUrlHandler.java b/spring-webflow/src/main/java/org/springframework/webflow/context/servlet/FilenameFlowUrlHandler.java index 519e14e1..198f925b 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/context/servlet/FilenameFlowUrlHandler.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/context/servlet/FilenameFlowUrlHandler.java @@ -39,7 +39,7 @@ import org.springframework.webflow.mvc.servlet.FlowController; *
* http://someHost/someApp/someServlet/foo * http://someHost/someApp/someServlet/nestedPath/foo - * http://someHost/someApp/someServlet/nestedPath/foo.html + * https://someHost/someApp/someServlet/nestedPath/foo.html ** * will all treat the filename "foo" as the flow id. @@ -79,13 +79,13 @@ public class FilenameFlowUrlHandler extends DefaultFlowUrlHandler { * Example - given a request originating at: * *
- * http://someHost/someApp/someServlet/nestedPath/foo.html + * https://someHost/someApp/someServlet/nestedPath/foo.html ** * and a request for the flow id "bar", the new flow definition URL would be: * *
- * http://someHost/someApp/someServlet/nestedPath/bar.html + * https://someHost/someApp/someServlet/nestedPath/bar.html **/ public String createFlowDefinitionUrl(String flowId, AttributeMap> input, HttpServletRequest request) { diff --git a/spring-webflow/src/main/java/org/springframework/webflow/test/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/test/package-info.java index c96966ac..15e02f30 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/test/package-info.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/test/package-info.java @@ -26,7 +26,7 @@ * *
All mock implementations provided by this package are NOT intended to be used for anything but standalone unit * tests. They are simple state holders, stub implementations, at least if you follow - * Martin Fowler's reasoning. These classes + * Martin Fowler's reasoning. These classes * are called Mocks to be consistent with the naming convention in the rest of the Spring framework * (e.g. {@code MockHttpServletRequest}, ...). */ diff --git a/spring-webflow/src/main/java/org/springframework/webflow/upgrade/WebFlowUpgrader.java b/spring-webflow/src/main/java/org/springframework/webflow/upgrade/WebFlowUpgrader.java index 3de4860e..8a4079c5 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/upgrade/WebFlowUpgrader.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/upgrade/WebFlowUpgrader.java @@ -83,7 +83,7 @@ public class WebFlowUpgrader { Source source = new StreamSource(xslResource.getInputStream()); transformer = factory.newTransformer(source); // com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory.S_KEY_INDENT_AMOUNT - transformer.setOutputProperty("{http://xml.apache.org/xalan}indent-amount", "4"); + transformer.setOutputProperty("{https://xml.apache.org/xalan}indent-amount", "4"); } return transformer; } diff --git a/spring-webflow/src/main/resources/org/springframework/webflow/config/spring-webflow-config-2.0.xsd b/spring-webflow/src/main/resources/org/springframework/webflow/config/spring-webflow-config-2.0.xsd index 1fac1a1c..28934147 100644 --- a/spring-webflow/src/main/resources/org/springframework/webflow/config/spring-webflow-config-2.0.xsd +++ b/spring-webflow/src/main/resources/org/springframework/webflow/config/spring-webflow-config-2.0.xsd @@ -18,7 +18,7 @@ A XML-based DSL for configuring the Spring Web Flow 2.0 system.
-
+
The public Java Documentation for the Spring Web Flow project.
Spring Web Flow facilitates building web applications that require guided navigation -- e.g. a shopping cart, flight check-in, a loan application, and many others. In contrast to stateless, free-form navigation such use cases have a clear start and end point, one or more screens to go through in a specific order, and a set of changes that are not finalized to the end.
diff --git a/src/dist/readme.txt b/src/dist/readme.txt index 8731340e..200908b0 100644 --- a/src/dist/readme.txt +++ b/src/dist/readme.txt @@ -1,6 +1,6 @@ SPRING WEB FLOW ${version} --------------- -http://www.springframework.org/webflow +https://www.springframework.org/webflow 1. INTRODUCTION --------------- @@ -46,7 +46,7 @@ SpringSource repository. Add the following repository to your Maven pom.xml: