From 6bf45e53cc183f38249e5b7e914073eeb078ea2c Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 1 Mar 2019 14:47:40 -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 Success These URLs were fixed successfully. | HTTP URL | Result URL | HTTPS Result | HTTP Result | Count | | --- | --- | --- | --- | --- | | http://www.apache.org/licenses/LICENSE-2.0 | https://www.apache.org/licenses/LICENSE-2.0 | HttpResponse(httpStatus = 200 OK) | null | 10 | --- .../spring-security-samples-boot-webflux-form.gradle | 2 +- .../form/spring-security-samples-javaconfig-form.gradle | 2 +- .../spring-security-samples-javaconfig-helloworld.gradle | 2 +- .../jdbc/spring-security-samples-javaconfig-jdbc.gradle | 2 +- .../ldap/spring-security-samples-javaconfig-ldap.gradle | 2 +- .../xml/contacts/spring-security-samples-xml-contacts.gradle | 2 +- .../helloworld/spring-security-samples-xml-helloworld.gradle | 2 +- .../xml/insecure/spring-security-samples-xml-insecure.gradle | 2 +- samples/xml/jaas/spring-security-samples-xml-jaas.gradle | 2 +- samples/xml/ldap/spring-security-samples-xml-ldap.gradle | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/boot/webflux-form/spring-security-samples-boot-webflux-form.gradle b/samples/boot/webflux-form/spring-security-samples-boot-webflux-form.gradle index 8bada190ae..35d9a28149 100644 --- a/samples/boot/webflux-form/spring-security-samples-boot-webflux-form.gradle +++ b/samples/boot/webflux-form/spring-security-samples-boot-webflux-form.gradle @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/javaconfig/form/spring-security-samples-javaconfig-form.gradle b/samples/javaconfig/form/spring-security-samples-javaconfig-form.gradle index 09049fa989..3dee895966 100644 --- a/samples/javaconfig/form/spring-security-samples-javaconfig-form.gradle +++ b/samples/javaconfig/form/spring-security-samples-javaconfig-form.gradle @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/javaconfig/helloworld/spring-security-samples-javaconfig-helloworld.gradle b/samples/javaconfig/helloworld/spring-security-samples-javaconfig-helloworld.gradle index 5cf9363a53..6d3e843624 100644 --- a/samples/javaconfig/helloworld/spring-security-samples-javaconfig-helloworld.gradle +++ b/samples/javaconfig/helloworld/spring-security-samples-javaconfig-helloworld.gradle @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/javaconfig/jdbc/spring-security-samples-javaconfig-jdbc.gradle b/samples/javaconfig/jdbc/spring-security-samples-javaconfig-jdbc.gradle index bc5b6135ad..e3ff16ce6a 100644 --- a/samples/javaconfig/jdbc/spring-security-samples-javaconfig-jdbc.gradle +++ b/samples/javaconfig/jdbc/spring-security-samples-javaconfig-jdbc.gradle @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/javaconfig/ldap/spring-security-samples-javaconfig-ldap.gradle b/samples/javaconfig/ldap/spring-security-samples-javaconfig-ldap.gradle index dd59505f20..1fc70cb879 100644 --- a/samples/javaconfig/ldap/spring-security-samples-javaconfig-ldap.gradle +++ b/samples/javaconfig/ldap/spring-security-samples-javaconfig-ldap.gradle @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/xml/contacts/spring-security-samples-xml-contacts.gradle b/samples/xml/contacts/spring-security-samples-xml-contacts.gradle index 652a4b6938..46f2eccde5 100644 --- a/samples/xml/contacts/spring-security-samples-xml-contacts.gradle +++ b/samples/xml/contacts/spring-security-samples-xml-contacts.gradle @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/xml/helloworld/spring-security-samples-xml-helloworld.gradle b/samples/xml/helloworld/spring-security-samples-xml-helloworld.gradle index d29195b58f..5bd5b1fd09 100644 --- a/samples/xml/helloworld/spring-security-samples-xml-helloworld.gradle +++ b/samples/xml/helloworld/spring-security-samples-xml-helloworld.gradle @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/xml/insecure/spring-security-samples-xml-insecure.gradle b/samples/xml/insecure/spring-security-samples-xml-insecure.gradle index 70e85697c0..26fc7ac5b4 100644 --- a/samples/xml/insecure/spring-security-samples-xml-insecure.gradle +++ b/samples/xml/insecure/spring-security-samples-xml-insecure.gradle @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/xml/jaas/spring-security-samples-xml-jaas.gradle b/samples/xml/jaas/spring-security-samples-xml-jaas.gradle index e20e7afa8f..a986704ef2 100644 --- a/samples/xml/jaas/spring-security-samples-xml-jaas.gradle +++ b/samples/xml/jaas/spring-security-samples-xml-jaas.gradle @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/xml/ldap/spring-security-samples-xml-ldap.gradle b/samples/xml/ldap/spring-security-samples-xml-ldap.gradle index ef5de17fdc..6e7b2a6cce 100644 --- a/samples/xml/ldap/spring-security-samples-xml-ldap.gradle +++ b/samples/xml/ldap/spring-security-samples-xml-ldap.gradle @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,