From 27c7f7019ed2132796c898c784630ac9fc6589d5 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Wed, 20 Mar 2019 20:07:34 -0500 Subject: [PATCH] URL Cleanup This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://docs.splunk.com/Documentation/Splunk/latest with 1 occurrences migrated to: https://docs.splunk.com/Documentation/Splunk/latest ([https](https://docs.splunk.com/Documentation/Splunk/latest) result 200). * [ ] http://en.wikipedia.org/wiki/Type_of_Service with 1 occurrences migrated to: https://en.wikipedia.org/wiki/Type_of_Service ([https](https://en.wikipedia.org/wiki/Type_of_Service) result 200). * [ ] http://www.apache.org with 1 occurrences migrated to: https://www.apache.org ([https](https://www.apache.org) result 200). * [ ] http://www.springframework.org/schema/integration/spring-integration.xsd with 2 occurrences migrated to: https://www.springframework.org/schema/integration/spring-integration.xsd ([https](https://www.springframework.org/schema/integration/spring-integration.xsd) result 200). * [ ] http://static.springsource.org/spring-integration/reference (301) with 1 occurrences migrated to: https://docs.spring.io/spring-integration/reference ([https](https://static.springsource.org/spring-integration/reference) result 301). * [ ] http://www.springframework.org with 1 occurrences migrated to: https://www.springframework.org ([https](https://www.springframework.org) result 301). * [ ] http://www.springsource.com with 2 occurrences migrated to: https://www.springsource.com ([https](https://www.springsource.com) result 301). * [ ] http://www.springsource.org/spring-integration with 1 occurrences migrated to: https://www.springsource.org/spring-integration ([https](https://www.springsource.org/spring-integration) result 301). # Ignored These URLs were intentionally ignored. * http://www.springframework.org/schema/beans with 4 occurrences * http://www.springframework.org/schema/integration with 4 occurrences * http://www.springframework.org/schema/integration/splunk with 4 occurrences * http://www.springframework.org/schema/tool with 4 occurrences * http://www.w3.org/2001/XMLSchema with 2 occurrences --- README.md | 2 +- src/api/overview.html | 6 +++--- src/dist/notice.txt | 4 ++-- src/dist/readme.txt | 2 +- .../splunk/event/NetworkTrafficGenericEvent.java | 2 +- .../splunk/config/xml/spring-integration-splunk-1.0.xsd | 2 +- .../splunk/config/xml/spring-integration-splunk-1.1.xsd | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6d2698d..277c4c7 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Alternatively, you can configure a Splunk Server failover mechanism ``` -Additional server properties include (see [splunk](http://docs.splunk.com/Documentation/Splunk/latest) documentation for details): +Additional server properties include (see [splunk](https://docs.splunk.com/Documentation/Splunk/latest) documentation for details): * app * scheme diff --git a/src/api/overview.html b/src/api/overview.html index fb0198b..6d004d0 100644 --- a/src/api/overview.html +++ b/src/api/overview.html @@ -5,7 +5,7 @@ This document is the API specification for Spring Integration

For further API reference and developer documentation, see the - Spring + Spring Integration reference documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, @@ -14,8 +14,8 @@ This document is the API specification for Spring Integration

If you are interested in commercial training, consultancy, and - support for Spring Integration, please visit - http://www.springsource.com + support for Spring Integration, please visit + https://www.springsource.com

diff --git a/src/dist/notice.txt b/src/dist/notice.txt index f62045a..607cea5 100644 --- a/src/dist/notice.txt +++ b/src/dist/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)." Alternatively, this acknowledgement may appear in the software itself, if and wherever such third-party acknowledgements normally appear. diff --git a/src/dist/readme.txt b/src/dist/readme.txt index 886e33e..98e425d 100644 --- a/src/dist/readme.txt +++ b/src/dist/readme.txt @@ -5,7 +5,7 @@ To find out what has changed since any earlier releases, see 'changelog.txt'. Please consult the documentation located within the 'docs/reference' directory of this release and also visit the official Spring Integration home at -http://www.springsource.org/spring-integration +https://www.springsource.org/spring-integration There you will find links to the forum, issue tracker, and several other resources. diff --git a/src/main/java/org/springframework/integration/splunk/event/NetworkTrafficGenericEvent.java b/src/main/java/org/springframework/integration/splunk/event/NetworkTrafficGenericEvent.java index bc4b5ff..72e9d9a 100644 --- a/src/main/java/org/springframework/integration/splunk/event/NetworkTrafficGenericEvent.java +++ b/src/main/java/org/springframework/integration/splunk/event/NetworkTrafficGenericEvent.java @@ -212,7 +212,7 @@ public class NetworkTrafficGenericEvent extends SplunkEvent { /** * The hex bit that specifies TCP 'type of service' * - * @see Type of + * @see Type of * Service */ public static String NETWORK_TRAFFIC_GENERIC_TOS = "tos"; diff --git a/src/main/resources/org/springframework/integration/splunk/config/xml/spring-integration-splunk-1.0.xsd b/src/main/resources/org/springframework/integration/splunk/config/xml/spring-integration-splunk-1.0.xsd index 2de6ff4..8daadd8 100644 --- a/src/main/resources/org/springframework/integration/splunk/config/xml/spring-integration-splunk-1.0.xsd +++ b/src/main/resources/org/springframework/integration/splunk/config/xml/spring-integration-splunk-1.0.xsd @@ -9,7 +9,7 @@ + schemaLocation="https://www.springframework.org/schema/integration/spring-integration.xsd" /> + schemaLocation="https://www.springframework.org/schema/integration/spring-integration.xsd" />