diff --git a/changelog.txt b/changelog.txt index a0d5b4a1..51143475 100644 --- a/changelog.txt +++ b/changelog.txt @@ -146,7 +146,7 @@ Changes in version 1.0.2.RELEASE (02.08.2010) General * Spring Security 3 support has been added and the bundled Test Drive sample now has an additional Maven build profile for building the sample to use Spring 3 and Spring Security 3. See the docs at -http://static.springsource.org/spring-flex/docs/1.0.x/reference/html/ch06.html for instructions on how to enable +https://docs.spring.io/spring-flex/docs/1.0.x/reference/html/ch06.html for instructions on how to enable this optional profile. Enhancements @@ -202,7 +202,7 @@ Bug Fixes Changes in version 1.0.0.RELEASE (06.09.2009) ----------------------------------------- General -* Maven central compatible POMs will be mirrored to http://repo1.maven.org +* Maven central compatible POMs will be mirrored to https://repo1.maven.org * Marked Jackson and CGLib dependencies as required in ivy and pom configurations since they are almost always needed in practice * Added documentation about using Spring MVC controllers alongside Spring BlazeDS Integration in the same application. @@ -216,7 +216,7 @@ Changes in version 1.0.0.RC2 (05.19.2009) ----------------------------------------- General * The Test Drive samples are now included in the distribution and configured for use with Eclipse WTP -* Maven central compatible POMs have been published to the repository at http://maven.springframework.org/milestone/ +* Maven central compatible POMs have been published to the repository at https://maven.springframework.org/milestone/ * Minor revisions to the documentation including a new chapter on working with the test drive sample Enhancements @@ -287,7 +287,7 @@ Bug Fixes Changes in version 1.0.0.M1 (12.15.2008) ---------------------------------------- General -* Performed an initial code drop at http://src.springframework.org/svn/spring-flex +* Performed an initial code drop at https://src.springframework.org/svn/spring-flex * Organized project structure to use spring-build and create OSGi-ready build artifacts * Added an initial draft of the reference manual diff --git a/docbkx/resources/xsl/highlight-fo.xsl b/docbkx/resources/xsl/highlight-fo.xsl index f0b5dd94..e86eba7a 100644 --- a/docbkx/resources/xsl/highlight-fo.xsl +++ b/docbkx/resources/xsl/highlight-fo.xsl @@ -5,7 +5,7 @@ diff --git a/docbkx/resources/xsl/highlight.xsl b/docbkx/resources/xsl/highlight.xsl index c63c4765..1369d430 100644 --- a/docbkx/resources/xsl/highlight.xsl +++ b/docbkx/resources/xsl/highlight.xsl @@ -3,7 +3,7 @@ Simple highlighter for HTML output. Follows the Eclipse color scheme. --> diff --git a/docbkx/resources/xsl/html.xsl b/docbkx/resources/xsl/html.xsl index 2b0f8d6e..04fb3c80 100644 --- a/docbkx/resources/xsl/html.xsl +++ b/docbkx/resources/xsl/html.xsl @@ -5,7 +5,7 @@ --> @@ -93,11 +93,11 @@
- - +
diff --git a/docbkx/resources/xsl/html_chunk.xsl b/docbkx/resources/xsl/html_chunk.xsl index 29b35d28..2f0ec264 100644 --- a/docbkx/resources/xsl/html_chunk.xsl +++ b/docbkx/resources/xsl/html_chunk.xsl @@ -86,11 +86,11 @@ @@ -200,7 +200,7 @@ - Sponsored by SpringSource diff --git a/notice.txt b/notice.txt index 5497141e..83852cc5 100644 --- a/notice.txt +++ b/notice.txt @@ -4,13 +4,13 @@ ====================================================================== This product includes software developed by - the Apache Software Foundation (http://www.apache.org). + the Apache Software Foundation (https://www.apache.org). The end-user documentation included with a redistribution, if any, must include the following acknowledgement: "This product includes software developed by the Spring Framework - Project (http://www.springframework.org)." + Project (https://www.springframework.org)." Alternately, this acknowledgement may appear in the software itself, if and wherever such third-party acknowledgements normally appear. diff --git a/readme.txt b/readme.txt index 51ff3b59..c42f4301 100644 --- a/readme.txt +++ b/readme.txt @@ -45,8 +45,8 @@ You will find issues one the Spring Flex JIRA at https://jira.spring.io/browse/F 4. DISTRIBUTION JAR FILES ------------------------- -Spring Flex snapshot builds are available from http://repo.spring.io/libs-snapshot/ -SPring Flex release candidates are available from http://repo.spring.io/libs-milestone/ +Spring Flex snapshot builds are available from https://repo.spring.io/libs-snapshot/ +SPring Flex release candidates are available from https://repo.spring.io/libs-milestone/ Spring Flex release builds are available from Maven Central. They are using the org.springframework.flex groupId. diff --git a/spring-flex-core/src/main/resources/org/springframework/flex/config/xml/spring-flex-1.5.xsd b/spring-flex-core/src/main/resources/org/springframework/flex/config/xml/spring-flex-1.5.xsd index 59e69d81..99933d96 100644 --- a/spring-flex-core/src/main/resources/org/springframework/flex/config/xml/spring-flex-1.5.xsd +++ b/spring-flex-core/src/main/resources/org/springframework/flex/config/xml/spring-flex-1.5.xsd @@ -18,8 +18,8 @@ A XML-based DSL for configuring Spring BlazeDS Integration. - - + + diff --git a/spring-flex-core/src/main/resources/org/springframework/flex/config/xml/spring-flex-1.6.xsd b/spring-flex-core/src/main/resources/org/springframework/flex/config/xml/spring-flex-1.6.xsd index c962d5e0..987bbe78 100644 --- a/spring-flex-core/src/main/resources/org/springframework/flex/config/xml/spring-flex-1.6.xsd +++ b/spring-flex-core/src/main/resources/org/springframework/flex/config/xml/spring-flex-1.6.xsd @@ -18,8 +18,8 @@ A XML-based DSL for configuring Spring BlazeDS Integration. - - + + diff --git a/spring-flex-core/src/test/java/org/springframework/flex/core/EndpointConfigProcessorTests.java b/spring-flex-core/src/test/java/org/springframework/flex/core/EndpointConfigProcessorTests.java index 1bbe3d6f..1b4be4e6 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/core/EndpointConfigProcessorTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/core/EndpointConfigProcessorTests.java @@ -78,18 +78,18 @@ public void setUp() { this.broker = new MessageBroker(); when(this.endpoint1.getId()).thenReturn("bar"); - when(this.endpoint1.getUrl()).thenReturn("http://foo.com/bar"); + when(this.endpoint1.getUrl()).thenReturn("http://www.foo.com/bar"); when(this.endpoint1.serviceMessage(this.testMessage)).thenReturn(this.testMessage); this.broker.addEndpoint(this.endpoint1); when(this.endpoint2.getId()).thenReturn("baz"); - when(this.endpoint2.getUrl()).thenReturn("http://foo.com/baz"); + when(this.endpoint2.getUrl()).thenReturn("http://www.foo.com/"); when(this.endpoint2.serviceMessage(this.testMessage)).thenReturn(this.testMessage); this.broker.addEndpoint(this.endpoint2); this.endpoint3 = new CustomEndpoint(); this.endpoint3.setId("custom"); - this.endpoint3.setUrl("http://foo.com/custom"); + this.endpoint3.setUrl("http://www.foo.com/"); this.broker.addEndpoint(this.endpoint3); } diff --git a/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointInterceptorTests.java b/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointInterceptorTests.java index 64be05d1..85ab7291 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointInterceptorTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointInterceptorTests.java @@ -120,7 +120,7 @@ public void loginCommand() throws Exception { @Test public void serviceAuthorized() throws Exception { - when(this.endpoint.getUrlForClient()).thenReturn("http://foo.com/bar/spring/messagebroker/amf"); + when(this.endpoint.getUrlForClient()).thenReturn("http://www.foo.com/"); when(this.endpoint.serviceMessage(this.inMessage)).thenReturn(this.outMessage); List authorities = new ArrayList(); @@ -169,7 +169,7 @@ public void serviceUnauthorized() throws Exception { @Test public void serviceUnsecured() throws Exception { - when(this.endpoint.getUrlForClient()).thenReturn("http://foo.com/bar/spring/messagebroker/amfpolling"); + when(this.endpoint.getUrlForClient()).thenReturn("http://www.foo.com/"); when(this.endpoint.serviceMessage(this.inMessage)).thenReturn(this.outMessage); Message result = this.advisedEndpoint.serviceMessage(this.inMessage); diff --git a/spring-flex-integration/src/main/webapp/index.html b/spring-flex-integration/src/main/webapp/index.html index 44f7b4ea..632dd5dc 100644 --- a/spring-flex-integration/src/main/webapp/index.html +++ b/spring-flex-integration/src/main/webapp/index.html @@ -1,4 +1,4 @@ - + diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/chat/chat.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/chat/chat.html index 2a2d62c0..16d67361 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/chat/chat.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/chat/chat.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "chat", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "chat", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/collaboration/collaboration.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/collaboration/collaboration.html index c0bffdba..ea5350d8 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/collaboration/collaboration.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/collaboration/collaboration.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "collaboration", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "collaboration", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/companymgr/companymgr.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/companymgr/companymgr.html index 4ad50d6c..db32deb0 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/companymgr/companymgr.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/companymgr/companymgr.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "companymgr", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "companymgr", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/fb-project-setup.htm b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/fb-project-setup.htm index c0d70d20..23ade08c 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/fb-project-setup.htm +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/fb-project-setup.htm @@ -1,4 +1,4 @@ - + diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/feedstarter/feedstarter.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/feedstarter/feedstarter.html index e002db40..bf39ab4c 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/feedstarter/feedstarter.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/feedstarter/feedstarter.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "feedstarter", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "feedstarter", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/index.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/index.html index 54a8c78b..a36aaf46 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/index.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/index.html @@ -1,4 +1,4 @@ - + @@ -8,19 +8,19 @@

Spring BlazeDS Integration Test Drive

-

In this Test Drive, you run a series of short sample applications that demonstrate the key features of Spring BlazeDS Integration. This Test Drive is a continual work in progress and will be updated with each release of the project. Please submit your feedback to the Spring BlazeDS Integration team via the project forum.

+

In this Test Drive, you run a series of short sample applications that demonstrate the key features of Spring BlazeDS Integration. This Test Drive is a continual work in progress and will be updated with each release of the project. Please submit your feedback to the Spring BlazeDS Integration team via the project forum.

These samples have been developed in collaboration between Adobe and SpringSource, with contributions from:


Spring Architecture

-

This version of the Test Drive uses a layered Spring configuration, with the core domain services and supporting infrastructure loaded in a root application context via the ContextLoaderListener, -and both the Flex integration and the Spring MVC RESTful @Controllers configured separately via the DispatcherServlet's child application context. This layered approach with explicit separation of concerns is by no means required, but -it does have some benefits over a non-layered approach such as opening up the option of writing out-of-container integration tests for the core domain services without having to load the web +

This version of the Test Drive uses a layered Spring configuration, with the core domain services and supporting infrastructure loaded in a root application context via the ContextLoaderListener, +and both the Flex integration and the Spring MVC RESTful @Controllers configured separately via the DispatcherServlet's child application context. This layered approach with explicit separation of concerns is by no means required, but +it does have some benefits over a non-layered approach such as opening up the option of writing out-of-container integration tests for the core domain services without having to load the web infrastructure.

Samples Index

diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync-rest/rest.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync-rest/rest.html index c2049fd3..f4afb10e 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync-rest/rest.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync-rest/rest.html @@ -1,4 +1,4 @@ - + @@ -71,7 +71,7 @@

@@ -96,8 +96,8 @@ 10.0.0 or greater is not installed.

- - Get Adobe Flash Player + + Get Adobe Flash Player diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync-rest/swfobject.js b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync-rest/swfobject.js index bf35c07c..e134da5f 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync-rest/swfobject.js +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync-rest/swfobject.js @@ -1,5 +1,5 @@ -/*! SWFObject v2.2 - is released under the MIT License +/*! SWFObject v2.2 + is released under the MIT License */ var swfobject = function() { @@ -42,7 +42,7 @@ var swfobject = function() { windows = p ? /win/.test(p) : /win/.test(u), mac = p ? /mac/.test(p) : /mac/.test(u), webkit = /webkit/.test(u) ? parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/, "$1")) : false, // returns either the webkit version or false if not webkit - ie = !+"\v1", // feature detection based on Andrea Giammarchi's solution: http://webreflection.blogspot.com/2009/01/32-bytes-to-know-if-your-browser-is-ie.html + ie = !+"\v1", // feature detection based on Andrea Giammarchi's solution: https://webreflection.blogspot.com/2009/01/32-bytes-to-know-if-your-browser-is-ie.html playerVersion = [0,0,0], d = null; if (typeof nav.plugins != UNDEF && typeof nav.plugins[SHOCKWAVE_FLASH] == OBJECT) { @@ -146,7 +146,7 @@ var swfobject = function() { } /* Cross-browser onload - - Based on James Edwards' solution: http://brothercake.com/site/resources/scripts/onload/ + - Based on James Edwards' solution: https://brothercake.com/site/resources/scripts/onload/ - Will fire an event as soon as a web page including all of its assets are loaded */ function addLoadEvent(fn) { @@ -307,7 +307,7 @@ var swfobject = function() { } /* Show the Adobe Express Install dialog - - Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75 + - Reference: https://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75 */ function showExpressInstall(att, par, replaceElemIdStr, callbackFn) { isExpressInstallActive = true; @@ -537,7 +537,7 @@ var swfobject = function() { } /* Cross-browser dynamic CSS creation - - Based on Bobby van der Sluis' solution: http://www.bobbyvandersluis.com/articles/dynamicCSS.php + - Based on Bobby van der Sluis' solution: https://www.bobbyvandersluis.com/articles/dynamicCSS.php */ function createCSS(sel, decl, media, newStyle) { if (ua.ie && ua.mac) { return; } @@ -621,7 +621,7 @@ var swfobject = function() { return { /* Public API - - Reference: http://code.google.com/p/swfobject/wiki/documentation + - Reference: https://code.google.com/p/swfobject/wiki/documentation */ registerObject: function(objectIdStr, swfVersionStr, xiSwfUrlStr, callbackFn) { if (ua.w3 && objectIdStr && swfVersionStr) { diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync01/insync01.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync01/insync01.html index 9f9d441a..63878732 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync01/insync01.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync01/insync01.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "insync01", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "insync01", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync02/insync02.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync02/insync02.html index 736ce510..47d20fa4 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync02/insync02.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync02/insync02.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "insync02", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "insync02", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync03/insync03.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync03/insync03.html index 34c376f7..5d27c53d 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync03/insync03.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync03/insync03.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "insync03", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "insync03", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync04/insync04.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync04/insync04.html index 6f7f2c0f..b88ea46f 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync04/insync04.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync04/insync04.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "insync04", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "insync04", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync05/insync05.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync05/insync05.html index 551022eb..f15379c4 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync05/insync05.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync05/insync05.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "insync05", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "insync05", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync06/insync06.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync06/insync06.html index 71f676c8..85fde775 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync06/insync06.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/insync06/insync06.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "insync06", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "insync06", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/jmschat/jmschat.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/jmschat/jmschat.html index fd683cce..cab4bd8a 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/jmschat/jmschat.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/jmschat/jmschat.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "jmschat", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "jmschat", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/secured/secured.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/secured/secured.html index 09244e84..27997484 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/secured/secured.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/secured/secured.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "secured", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "secured", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/simplepush/simplepush.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/simplepush/simplepush.html index 95218c69..163c0953 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/simplepush/simplepush.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/simplepush/simplepush.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "simplepush", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "simplepush", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/spring-blazeds-101/main.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/spring-blazeds-101/main.html index e4e69d88..e08c9450 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/spring-blazeds-101/main.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/spring-blazeds-101/main.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "main", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "main", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/spring-messaging/messaging.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/spring-messaging/messaging.html index e004fb5a..816d0583 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/spring-messaging/messaging.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/spring-messaging/messaging.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "messaging", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "messaging", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@ diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/traderdesktop/traderdesktop.html b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/traderdesktop/traderdesktop.html index 166d13c4..e5bd12c0 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/traderdesktop/traderdesktop.html +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/webapp/traderdesktop/traderdesktop.html @@ -8,7 +8,7 @@ for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. -Learn more about Flex at http://flex.org +Learn more about Flex at https://flex.org // --> @@ -72,7 +72,7 @@ "name", "traderdesktop", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version @@ -88,12 +88,12 @@ "name", "traderdesktop", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", - "pluginspage", "http://www.adobe.com/go/getflashplayer" + "pluginspage", "https://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' - + 'Get Flash'; + + 'Get Flash'; document.write(alternateContent); // insert non-flash content } // --> @@ -101,7 +101,7 @@