From 93f99d0a66a4f81f3e1916ae51be9445c4db3f33 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 1 Mar 2019 15:38:32 -0600 Subject: [PATCH] Polish URLs We have performed some polish on your URLs. We do not follow redirects to avoid expanding intentionally shorter URLs (i.e. URL shortened URLs) # Fixed URLs ## Fixed But Review Recommended These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request, so we migrated them. Your review is recommended. | HTTP URL | Result URL | HTTPS Result | HTTP Result | Count | | --- | --- | --- | --- | --- | | http://repo.terracotta.org/maven2/ | https://repo.terracotta.org/maven2/ | HttpResponse(httpStatus = 403 FORBIDDEN) | HttpResponse(httpStatus = 403 FORBIDDEN) | 1 | ## Fixed Success These URLs were fixed successfully. | HTTP URL | Result URL | HTTPS Result | HTTP Result | Count | | --- | --- | --- | --- | --- | | http://docs.spring.io/spring-ldap/docs/1.3.x/apidocs/ | https://docs.spring.io/spring-ldap/docs/1.3.x/apidocs/ | HttpResponse(httpStatus = 200 OK) | null | 2 | | http://docs.spring.io/spring/docs/3.2.x/javadoc-api | https://docs.spring.io/spring/docs/3.2.x/javadoc-api | HttpResponse(httpStatus = 301 MOVED_PERMANENTLY redirectUrl = http://docs.spring.io/spring/docs/3.2.x/javadoc-api/) | null | 1 | | http://docs.spring.io/spring/docs/3.2.x/javadoc-api/ | https://docs.spring.io/spring/docs/3.2.x/javadoc-api/ | HttpResponse(httpStatus = 200 OK) | null | 1 | | http://download.oracle.com/javase/6/docs/api/ | https://download.oracle.com/javase/6/docs/api/ | HttpResponse(httpStatus = 302 FOUND redirectUrl = https://docs.oracle.com/javase/6/docs/api/) | null | 2 | | http://spring.io/ | https://spring.io/ | HttpResponse(httpStatus = 200 OK) | null | 53 | | http://spring.io/spring-security | https://spring.io/spring-security | HttpResponse(httpStatus = 302 FOUND redirectUrl = https://projects.spring.io/spring-security) | null | 53 | | http://www.apache.org/licenses/LICENSE-2.0.txt | https://www.apache.org/licenses/LICENSE-2.0.txt | HttpResponse(httpStatus = 200 OK) | null | 53 | | http://forums.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property | https://discuss.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property | HttpResponse(httpStatus = 404 NOT_FOUND) | HttpResponse(httpStatus = 301 MOVED_PERMANENTLY redirectUrl = https://discuss.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property) | 1 | | http://forums.gradle.org/gradle/topics/eclipse_wtp_deploys_testcode_to_server_example_provided | https://discuss.gradle.org/gradle/topics/eclipse_wtp_deploys_testcode_to_server_example_provided | HttpResponse(httpStatus = 404 NOT_FOUND) | HttpResponse(httpStatus = 301 MOVED_PERMANENTLY redirectUrl = https://discuss.gradle.org/gradle/topics/eclipse_wtp_deploys_testcode_to_server_example_provided) | 1 | # Ignored These URLs were intentionally ignored so we didn't migrate them. | HTTP URL | | --- | | http://maven.apache.org/POM/4.0.0 | | http://maven.apache.org/xsd/maven-4.0.0.xsd | | http://www.w3.org/2001/XMLSchema-instance | --- acl/pom.xml | 6 +++--- aspects/pom.xml | 6 +++--- build.gradle | 2 +- cas/pom.xml | 6 +++--- config/pom.xml | 6 +++--- core/pom.xml | 6 +++--- crypto/pom.xml | 6 +++--- data/pom.xml | 6 +++--- docs/docs.gradle | 6 +++--- gradle/ide.gradle | 2 +- gradle/javaprojects.gradle | 6 +++--- gradle/maven-deployment.gradle | 8 ++++---- itest/context/pom.xml | 6 +++--- itest/web/pom.xml | 6 +++--- ldap/pom.xml | 6 +++--- messaging/pom.xml | 6 +++--- openid/pom.xml | 6 +++--- remoting/pom.xml | 6 +++--- samples/boot/helloworld/pom.xml | 6 +++--- samples/boot/insecure/pom.xml | 6 +++--- samples/javaconfig/aspectj/pom.xml | 6 +++--- samples/javaconfig/concurrency/pom.xml | 6 +++--- samples/javaconfig/data/pom.xml | 6 +++--- samples/javaconfig/form/pom.xml | 6 +++--- samples/javaconfig/hellojs/pom.xml | 6 +++--- samples/javaconfig/hellomvc/pom.xml | 6 +++--- samples/javaconfig/helloworld/pom.xml | 6 +++--- samples/javaconfig/inmemory/pom.xml | 6 +++--- samples/javaconfig/jdbc/pom.xml | 6 +++--- samples/javaconfig/ldap/pom.xml | 6 +++--- samples/javaconfig/messages/pom.xml | 6 +++--- samples/javaconfig/openid/pom.xml | 6 +++--- samples/javaconfig/pom.xml | 6 +++--- samples/javaconfig/preauth/pom.xml | 6 +++--- samples/javaconfig/rememberme/pom.xml | 6 +++--- samples/javaconfig/x509/pom.xml | 6 +++--- samples/pom.xml | 6 +++--- samples/xml/aspectj/pom.xml | 6 +++--- samples/xml/cas/cassample/pom.xml | 6 +++--- samples/xml/cas/casserver/pom.xml | 6 +++--- samples/xml/cas/pom.xml | 6 +++--- samples/xml/contacts/pom.xml | 6 +++--- samples/xml/dms/pom.xml | 6 +++--- samples/xml/gae/pom.xml | 6 +++--- samples/xml/helloworld/pom.xml | 6 +++--- samples/xml/insecure/pom.xml | 6 +++--- samples/xml/insecuremvc/pom.xml | 6 +++--- samples/xml/jaas/pom.xml | 6 +++--- samples/xml/ldap/pom.xml | 6 +++--- samples/xml/openid/pom.xml | 6 +++--- samples/xml/pom.xml | 6 +++--- samples/xml/preauth/pom.xml | 6 +++--- samples/xml/servletapi/pom.xml | 6 +++--- samples/xml/tutorial/pom.xml | 6 +++--- taglibs/pom.xml | 6 +++--- test/pom.xml | 6 +++--- web/pom.xml | 6 +++--- 57 files changed, 168 insertions(+), 168 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index 0e6f4bfd27..61b1ae5c44 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-acl spring-security-acl - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/aspects/pom.xml b/aspects/pom.xml index 43c1107c6c..c9d686ef8d 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-aspects spring-security-aspects - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/build.gradle b/build.gradle index b872cfc6b0..b16847db06 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ allprojects { mavenCentral() maven { url "https://repo.spring.io/libs-snapshot" } maven { url "https://repo.spring.io/plugins-release" } - maven { url "http://repo.terracotta.org/maven2/" } + maven { url "https://repo.terracotta.org/maven2/" } } } diff --git a/cas/pom.xml b/cas/pom.xml index 5fbc29cb5f..6d5b04034e 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-cas spring-security-cas - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/config/pom.xml b/config/pom.xml index e12bf609e3..c9b445fc42 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-config spring-security-config - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/core/pom.xml b/core/pom.xml index 3b3ec4a0d5..9d42234769 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-core spring-security-core - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/crypto/pom.xml b/crypto/pom.xml index 590b0ff2bb..d31a1e5656 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-crypto spring-security-crypto - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/data/pom.xml b/data/pom.xml index df6d1cd274..16d2b4bb96 100644 --- a/data/pom.xml +++ b/data/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-data spring-security-data - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/docs/docs.gradle b/docs/docs.gradle index 52f896d200..dcb93b215c 100644 --- a/docs/docs.gradle +++ b/docs/docs.gradle @@ -77,9 +77,9 @@ task apidocs(type: Javadoc) { options { outputLevel = org.gradle.external.javadoc.JavadocOutputLevel.QUIET links = [ - "http://static.springframework.org/spring/docs/3.2.x/javadoc-api", - "http://static.springsource.org/spring-ldap/docs/1.3.x/apidocs/", - "http://download.oracle.com/javase/6/docs/api/" + "https://docs.spring.io/spring/docs/3.2.x/javadoc-api", + "https://docs.spring.io/spring-ldap/docs/1.3.x/apidocs/", + "https://download.oracle.com/javase/6/docs/api/" ] groups = [ 'Spring Security Core':[ diff --git a/gradle/ide.gradle b/gradle/ide.gradle index f502691072..c6680827e0 100644 --- a/gradle/ide.gradle +++ b/gradle/ide.gradle @@ -59,7 +59,7 @@ eclipse { } } -// http://forums.gradle.org/gradle/topics/eclipse_wtp_deploys_testcode_to_server_example_provided +// https://discuss.gradle.org/gradle/topics/eclipse_wtp_deploys_testcode_to_server_example_provided eclipse.classpath { defaultOutputDir = file('bin/main') file.whenMerged { cp -> diff --git a/gradle/javaprojects.gradle b/gradle/javaprojects.gradle index c93d7d1cc1..97adde4544 100644 --- a/gradle/javaprojects.gradle +++ b/gradle/javaprojects.gradle @@ -200,9 +200,9 @@ javadoc { header = project.name outputLevel = org.gradle.external.javadoc.JavadocOutputLevel.QUIET links = [ - "http://static.springsource.org/spring/docs/3.2.x/javadoc-api/", - "http://static.springsource.org/spring-ldap/docs/1.3.x/apidocs/", - "http://download.oracle.com/javase/6/docs/api/" + "https://docs.spring.io/spring/docs/3.2.x/javadoc-api/", + "https://docs.spring.io/spring-ldap/docs/1.3.x/apidocs/", + "https://download.oracle.com/javase/6/docs/api/" ] groups = [ 'Spring Security Core':[ diff --git a/gradle/maven-deployment.gradle b/gradle/maven-deployment.gradle index 8944fd14d6..adff663121 100644 --- a/gradle/maven-deployment.gradle +++ b/gradle/maven-deployment.gradle @@ -46,15 +46,15 @@ def customizePom(pom, gradleProject) { packaging = "war" } description = gradleProject.name - url = 'http://spring.io/spring-security' + url = 'https://spring.io/spring-security' organization { name = 'spring.io' - url = 'http://spring.io/' + url = 'https://spring.io/' } licenses { license { name 'The Apache Software License, Version 2.0' - url 'http://www.apache.org/licenses/LICENSE-2.0.txt' + url 'https://www.apache.org/licenses/LICENSE-2.0.txt' distribution 'repo' } } @@ -106,7 +106,7 @@ def customizePom(pom, gradleProject) { } } - // http://forums.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property + // https://discuss.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property pom.withXml { def plugins = asNode().appendNode('build').appendNode('plugins') plugins diff --git a/itest/context/pom.xml b/itest/context/pom.xml index 11ba55f780..c20b562628 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE itest-context itest-context - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/itest/web/pom.xml b/itest/web/pom.xml index c80148d29b..7c68f4d61e 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE itest-web itest-web - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/ldap/pom.xml b/ldap/pom.xml index e164824192..454aedab5f 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-ldap spring-security-ldap - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/messaging/pom.xml b/messaging/pom.xml index 1fa967c675..ecefc3dd86 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-messaging spring-security-messaging - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/openid/pom.xml b/openid/pom.xml index 72a13fcdcc..cf56a81a57 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-openid spring-security-openid - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/remoting/pom.xml b/remoting/pom.xml index 58dac2f30b..84b5680aa1 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-remoting spring-security-remoting - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/boot/helloworld/pom.xml b/samples/boot/helloworld/pom.xml index fe47110ec8..cc1a99f8f7 100644 --- a/samples/boot/helloworld/pom.xml +++ b/samples/boot/helloworld/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-samples-boot-helloworld spring-security-samples-boot-helloworld - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/boot/insecure/pom.xml b/samples/boot/insecure/pom.xml index d125172568..823925bf95 100644 --- a/samples/boot/insecure/pom.xml +++ b/samples/boot/insecure/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-samples-boot-insecure spring-security-samples-boot-insecure - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/aspectj/pom.xml b/samples/javaconfig/aspectj/pom.xml index af4df108ec..25728cbfa2 100644 --- a/samples/javaconfig/aspectj/pom.xml +++ b/samples/javaconfig/aspectj/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-samples-javaconfig-aspectj spring-security-samples-javaconfig-aspectj - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/concurrency/pom.xml b/samples/javaconfig/concurrency/pom.xml index 36c6bdd70b..1b82042149 100644 --- a/samples/javaconfig/concurrency/pom.xml +++ b/samples/javaconfig/concurrency/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-concurrency spring-security-samples-javaconfig-concurrency - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/data/pom.xml b/samples/javaconfig/data/pom.xml index e00dcf2b78..c669eba20b 100644 --- a/samples/javaconfig/data/pom.xml +++ b/samples/javaconfig/data/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-samples-javaconfig-data spring-security-samples-javaconfig-data - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/form/pom.xml b/samples/javaconfig/form/pom.xml index 00deb3c5e2..66431c8a4e 100644 --- a/samples/javaconfig/form/pom.xml +++ b/samples/javaconfig/form/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-form spring-security-samples-javaconfig-form - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/hellojs/pom.xml b/samples/javaconfig/hellojs/pom.xml index 3784a10a26..21dcebb2ea 100644 --- a/samples/javaconfig/hellojs/pom.xml +++ b/samples/javaconfig/hellojs/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-hellojs spring-security-samples-javaconfig-hellojs - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/hellomvc/pom.xml b/samples/javaconfig/hellomvc/pom.xml index 5766bc066b..0cd300cbc2 100644 --- a/samples/javaconfig/hellomvc/pom.xml +++ b/samples/javaconfig/hellomvc/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-hellomvc spring-security-samples-javaconfig-hellomvc - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/helloworld/pom.xml b/samples/javaconfig/helloworld/pom.xml index 93333002aa..f78718e680 100644 --- a/samples/javaconfig/helloworld/pom.xml +++ b/samples/javaconfig/helloworld/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-helloworld spring-security-samples-javaconfig-helloworld - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/inmemory/pom.xml b/samples/javaconfig/inmemory/pom.xml index eb89818f58..32a66b3c05 100644 --- a/samples/javaconfig/inmemory/pom.xml +++ b/samples/javaconfig/inmemory/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-inmemory spring-security-samples-javaconfig-inmemory - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/jdbc/pom.xml b/samples/javaconfig/jdbc/pom.xml index 935f15cca6..b4a5ad2468 100644 --- a/samples/javaconfig/jdbc/pom.xml +++ b/samples/javaconfig/jdbc/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-jdbc spring-security-samples-javaconfig-jdbc - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/ldap/pom.xml b/samples/javaconfig/ldap/pom.xml index cb895a949a..06e506f80c 100644 --- a/samples/javaconfig/ldap/pom.xml +++ b/samples/javaconfig/ldap/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-ldap spring-security-samples-javaconfig-ldap - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/messages/pom.xml b/samples/javaconfig/messages/pom.xml index 84e57efc3d..d33474c8a2 100644 --- a/samples/javaconfig/messages/pom.xml +++ b/samples/javaconfig/messages/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-samples-javaconfig-messages spring-security-samples-javaconfig-messages - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/openid/pom.xml b/samples/javaconfig/openid/pom.xml index 9200ac707b..8143244569 100644 --- a/samples/javaconfig/openid/pom.xml +++ b/samples/javaconfig/openid/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-openid spring-security-samples-javaconfig-openid - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/pom.xml b/samples/javaconfig/pom.xml index 45e8ee3a7f..113feaedf6 100644 --- a/samples/javaconfig/pom.xml +++ b/samples/javaconfig/pom.xml @@ -6,15 +6,15 @@ 4.1.0.BUILD-SNAPSHOT javaconfig javaconfig - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/preauth/pom.xml b/samples/javaconfig/preauth/pom.xml index 7fe1268298..07225b5f2b 100644 --- a/samples/javaconfig/preauth/pom.xml +++ b/samples/javaconfig/preauth/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-preauth spring-security-samples-javaconfig-preauth - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/rememberme/pom.xml b/samples/javaconfig/rememberme/pom.xml index c76dd5cc71..0e82741647 100644 --- a/samples/javaconfig/rememberme/pom.xml +++ b/samples/javaconfig/rememberme/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-rememberme spring-security-samples-javaconfig-rememberme - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/javaconfig/x509/pom.xml b/samples/javaconfig/x509/pom.xml index ae230ddb56..b65774fe14 100644 --- a/samples/javaconfig/x509/pom.xml +++ b/samples/javaconfig/x509/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-javaconfig-x509 spring-security-samples-javaconfig-x509 - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/pom.xml b/samples/pom.xml index f3c4e0b580..5b14b07579 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,15 +6,15 @@ 4.1.0.BUILD-SNAPSHOT samples samples - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/aspectj/pom.xml b/samples/xml/aspectj/pom.xml index 54e47270ae..c9639a001e 100644 --- a/samples/xml/aspectj/pom.xml +++ b/samples/xml/aspectj/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-samples-xml-aspectj spring-security-samples-xml-aspectj - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/cas/cassample/pom.xml b/samples/xml/cas/cassample/pom.xml index 85b5d8c90d..c19af13651 100644 --- a/samples/xml/cas/cassample/pom.xml +++ b/samples/xml/cas/cassample/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-cassample spring-security-samples-xml-cassample - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/cas/casserver/pom.xml b/samples/xml/cas/casserver/pom.xml index 354a70d0ea..fd02dd1bca 100644 --- a/samples/xml/cas/casserver/pom.xml +++ b/samples/xml/cas/casserver/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-casserver spring-security-samples-xml-casserver - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/cas/pom.xml b/samples/xml/cas/pom.xml index d44f67455f..fc5a975f2f 100644 --- a/samples/xml/cas/pom.xml +++ b/samples/xml/cas/pom.xml @@ -6,15 +6,15 @@ 4.1.0.BUILD-SNAPSHOT cas cas - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/contacts/pom.xml b/samples/xml/contacts/pom.xml index 38ed2698d1..9c9f7ff7ce 100644 --- a/samples/xml/contacts/pom.xml +++ b/samples/xml/contacts/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-contacts spring-security-samples-xml-contacts - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/dms/pom.xml b/samples/xml/dms/pom.xml index 871bb8f472..c539adfc2b 100644 --- a/samples/xml/dms/pom.xml +++ b/samples/xml/dms/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-samples-xml-dms spring-security-samples-xml-dms - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/gae/pom.xml b/samples/xml/gae/pom.xml index d4eca1420b..5fbbfe2f8c 100644 --- a/samples/xml/gae/pom.xml +++ b/samples/xml/gae/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-gae spring-security-samples-xml-gae - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/helloworld/pom.xml b/samples/xml/helloworld/pom.xml index 19987ca180..484cc5125f 100644 --- a/samples/xml/helloworld/pom.xml +++ b/samples/xml/helloworld/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-helloworld spring-security-samples-xml-helloworld - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/insecure/pom.xml b/samples/xml/insecure/pom.xml index 2564ed0e05..2bca330a9b 100644 --- a/samples/xml/insecure/pom.xml +++ b/samples/xml/insecure/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-insecure spring-security-samples-xml-insecure - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/insecuremvc/pom.xml b/samples/xml/insecuremvc/pom.xml index 3c3e841c9c..e8125d37b8 100644 --- a/samples/xml/insecuremvc/pom.xml +++ b/samples/xml/insecuremvc/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-insecuremvc spring-security-samples-xml-insecuremvc - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/jaas/pom.xml b/samples/xml/jaas/pom.xml index 6d64d0cd8a..4b7450f68c 100644 --- a/samples/xml/jaas/pom.xml +++ b/samples/xml/jaas/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-jaas spring-security-samples-xml-jaas - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/ldap/pom.xml b/samples/xml/ldap/pom.xml index a7e4f2fd54..b06d0e4cc7 100644 --- a/samples/xml/ldap/pom.xml +++ b/samples/xml/ldap/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-ldap spring-security-samples-xml-ldap - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/openid/pom.xml b/samples/xml/openid/pom.xml index 956afaa815..3f4b8b4fe6 100644 --- a/samples/xml/openid/pom.xml +++ b/samples/xml/openid/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-openid spring-security-samples-xml-openid - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/pom.xml b/samples/xml/pom.xml index 649f6c1881..7a28754702 100644 --- a/samples/xml/pom.xml +++ b/samples/xml/pom.xml @@ -6,15 +6,15 @@ 4.1.0.BUILD-SNAPSHOT xml xml - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/preauth/pom.xml b/samples/xml/preauth/pom.xml index 2d1587c048..e466782e22 100644 --- a/samples/xml/preauth/pom.xml +++ b/samples/xml/preauth/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-preauth spring-security-samples-xml-preauth - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/servletapi/pom.xml b/samples/xml/servletapi/pom.xml index a79867246f..c4e6911892 100644 --- a/samples/xml/servletapi/pom.xml +++ b/samples/xml/servletapi/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-servletapi spring-security-samples-xml-servletapi - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/samples/xml/tutorial/pom.xml b/samples/xml/tutorial/pom.xml index d35e0a8d21..f3e99c834d 100644 --- a/samples/xml/tutorial/pom.xml +++ b/samples/xml/tutorial/pom.xml @@ -7,15 +7,15 @@ war spring-security-samples-xml-tutorial spring-security-samples-xml-tutorial - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/taglibs/pom.xml b/taglibs/pom.xml index a58bcfa4d4..f6aa3aa028 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-taglibs spring-security-taglibs - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/test/pom.xml b/test/pom.xml index 4fde074352..1cc1d8122a 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-test spring-security-test - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/web/pom.xml b/web/pom.xml index a8cfdea319..991c25c94c 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -6,15 +6,15 @@ 4.2.11.RELEASE spring-security-web spring-security-web - http://spring.io/spring-security + https://spring.io/spring-security spring.io - http://spring.io/ + https://spring.io/ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo