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). These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended. * [ ] http://cloudcache-9defb33a-6b8b-49f0-bd35-cf6f7b2f222f.sys.tunis.cf-app.com/gemfire/v1 (ConnectTimeoutException) with 1 occurrences migrated to: https://cloudcache-9defb33a-6b8b-49f0-bd35-cf6f7b2f222f.sys.tunis.cf-app.com/gemfire/v1 ([https](https://cloudcache-9defb33a-6b8b-49f0-bd35-cf6f7b2f222f.sys.tunis.cf-app.com/gemfire/v1) result ConnectTimeoutException). * [ ] http://cloudcache-9defb33a-6b8b-49f0-bd35-cf6f7b2f222f.sys.tunis.cf-app.com/pulse (ConnectTimeoutException) with 2 occurrences migrated to: https://cloudcache-9defb33a-6b8b-49f0-bd35-cf6f7b2f222f.sys.tunis.cf-app.com/pulse ([https](https://cloudcache-9defb33a-6b8b-49f0-bd35-cf6f7b2f222f.sys.tunis.cf-app.com/pulse) result ConnectTimeoutException). * [ ] http://gemfire- (UnknownHostException) with 1 occurrences migrated to: https://gemfire- ([https](https://gemfire-) result UnknownHostException). * [ ] http://skullbox:7070/v1/gemfire (UnknownHostException) with 1 occurrences migrated to: https://skullbox:7070/v1/gemfire ([https](https://skullbox:7070/v1/gemfire) result UnknownHostException). These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://geode.apache.org/ with 3 occurrences migrated to: https://geode.apache.org/ ([https](https://geode.apache.org/) result 200). * [ ] http://geode.apache.org/docs/guide/ with 1 occurrences migrated to: https://geode.apache.org/docs/guide/ ([https](https://geode.apache.org/docs/guide/) result 200). * [ ] http://geode.apache.org/releases/latest/javadoc with 1 occurrences migrated to: https://geode.apache.org/releases/latest/javadoc ([https](https://geode.apache.org/releases/latest/javadoc) result 200). * [ ] http://geode.apache.org/releases/latest/javadoc/org/apache/geode/cache/client/ClientCache.html with 1 occurrences migrated to: https://geode.apache.org/releases/latest/javadoc/org/apache/geode/cache/client/ClientCache.html ([https](https://geode.apache.org/releases/latest/javadoc/org/apache/geode/cache/client/ClientCache.html) result 200). * [ ] http://projects.spring.io/spring-boot/ with 3 occurrences migrated to: https://projects.spring.io/spring-boot/ ([https](https://projects.spring.io/spring-boot/) result 200). * [ ] http://projects.spring.io/spring-data-gemfire/ with 2 occurrences migrated to: https://projects.spring.io/spring-data-gemfire/ ([https](https://projects.spring.io/spring-data-gemfire/) result 200). * [ ] http://shiro.apache.org/realm.html with 1 occurrences migrated to: https://shiro.apache.org/realm.html ([https](https://shiro.apache.org/realm.html) result 200). * [ ] http://stackoverflow.com with 1 occurrences migrated to: https://stackoverflow.com ([https](https://stackoverflow.com) result 200). * [ ] http://stackoverflow.com/tags/spring-session with 1 occurrences migrated to: https://stackoverflow.com/tags/spring-session ([https](https://stackoverflow.com/tags/spring-session) result 200). * [ ] http://www.slf4j.org/codes.html with 1 occurrences migrated to: https://www.slf4j.org/codes.html ([https](https://www.slf4j.org/codes.html) result 200). * [ ] http://contributor-covenant.org with 1 occurrences migrated to: https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301). * [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to: https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/) result 301). * [ ] http://docs.pivotal.io/p-cloud-cache/ with 1 occurrences migrated to: https://docs.pivotal.io/p-cloud-cache/ ([https](https://docs.pivotal.io/p-cloud-cache/) result 301). * [ ] http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/ with 1 occurrences migrated to: https://docs.spring.io/spring-data-gemfire/docs/current/reference/html/ ([https](https://docs.spring.io/spring-data-gemfire/docs/current/reference/html/) result 301). * [ ] http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/ with 1 occurrences migrated to: https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/ ([https](https://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/) result 301). * [ ] http://gemfire.docs.pivotal.io/ with 1 occurrences migrated to: https://gemfire.docs.pivotal.io/ ([https](https://gemfire.docs.pivotal.io/) result 302). These URLs were intentionally ignored. * http://localhost:%d/session/attribute with 1 occurrences * http://localhost:7070/v1/gemfire with 1 occurrences Resolves gh-28.
This commit is contained in:
committed by
John Blum
parent
a7c3bf2344
commit
928d96e0f5
File diff suppressed because one or more lines are too long
@@ -20,7 +20,7 @@ in Spring Boot's Reference Guide. Spring Boot even provides _auto-configuration_
|
||||
simple {spring-boot-docs-html}/#_supported_cache_providers[caching providers] out-of-the-box.
|
||||
|
||||
However, if you need the proven power of an enterprise-class caching solution, with strong consistency,
|
||||
high availability and multi-site (WAN) capabilities, then you should consider http://geode.apache.org/[Apache Geode]
|
||||
high availability and multi-site (WAN) capabilities, then you should consider https://geode.apache.org/[Apache Geode]
|
||||
or https://pivotal.io/pivotal-gemfire[Pivotal GemFire]. Additionally, https://pivotal.io/[Pivotal Software, Inc.]
|
||||
offers Pivotal GemFire as a service, known as https://pivotal.io/platform/services-marketplace/data-management/pivotal-cloud-cache[Pivotal Cloud Cache (PCC)],
|
||||
when deploying and running your Spring Boot applications in https://pivotal.io/platform[Pivotal Cloud Foundry (PCF)].
|
||||
|
||||
@@ -10,13 +10,13 @@ John Blum
|
||||
:icons: font
|
||||
:hide-uri-scheme:
|
||||
:apache-geode-version: 16
|
||||
:apache-geode-docs: http://geode.apache.org/docs/guide/{apache-geode-version}
|
||||
:apache-geode-javadoc: http://geode.apache.org/releases/latest/javadoc
|
||||
:apache-geode-docs: https://geode.apache.org/docs/guide/{apache-geode-version}
|
||||
:apache-geode-javadoc: https://geode.apache.org/releases/latest/javadoc
|
||||
:pivotal-cloudcache-version: 1-3
|
||||
:pivotal-cloudcache-docs: http://docs.pivotal.io/p-cloud-cache/{pivotal-cloudcache-version}/developer.html
|
||||
:pivotal-cloudcache-docs: https://docs.pivotal.io/p-cloud-cache/{pivotal-cloudcache-version}/developer.html
|
||||
:pivotal-gemfire-version: 95
|
||||
:pivotal-gemfire-docs: http://gemfire.docs.pivotal.io/{pivotal-gemfire-version}/geode/reference/topics/gemfire_properties.html
|
||||
:pivotal-gemfire-javadoc: http://gemfire-{pivotal-gemfire-version}-javadocs.docs.pivotal.io/
|
||||
:pivotal-gemfire-docs: https://gemfire.docs.pivotal.io/{pivotal-gemfire-version}/geode/reference/topics/gemfire_properties.html
|
||||
:pivotal-gemfire-javadoc: https://gemfire-{pivotal-gemfire-version}-javadocs.docs.pivotal.io/
|
||||
:spring-boot-docs: https://docs.spring.io/spring-boot/docs/current/reference
|
||||
:spring-boot-docs-html: {spring-boot-docs}/html
|
||||
:spring-boot-javadoc: https://docs.spring.io/spring-boot/docs/current/api
|
||||
|
||||
@@ -24,7 +24,7 @@ short work of enabling auth in both your clients and servers.
|
||||
==== Auth for Servers
|
||||
|
||||
The easiest and most standard way to enable auth on your servers is to simply define 1 or more Apache Shiro
|
||||
http://shiro.apache.org/realm.html[Realms] as beans in the Spring `ApplicationContext`.
|
||||
https://shiro.apache.org/realm.html[Realms] as beans in the Spring `ApplicationContext`.
|
||||
|
||||
For example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user