Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit 00e1930

Browse files
Spring Operatorchristophstrobl
Spring Operator
authored andcommitted
URL Cleanup (#8)
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://www.apache.org/licenses/LICENSE-2.0 with 14 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
1 parent a59ec8c commit 00e1930

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

retwisj/docs/src/reference/resources/xsl/html-custom.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"License"); you may not use this file except in compliance
1010
with the License. You may obtain a copy of the License at
1111
12-
http://www.apache.org/licenses/LICENSE-2.0
12+
https://www.apache.org/licenses/LICENSE-2.0
1313
1414
Unless required by applicable law or agreed to in writing,
1515
software distributed under the License is distributed on an

retwisj/docs/src/reference/resources/xsl/html-single-custom.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"License"); you may not use this file except in compliance
1010
with the License. You may obtain a copy of the License at
1111
12-
http://www.apache.org/licenses/LICENSE-2.0
12+
https://www.apache.org/licenses/LICENSE-2.0
1313
1414
Unless required by applicable law or agreed to in writing,
1515
software distributed under the License is distributed on an

retwisj/docs/src/reference/resources/xsl/pdf-custom.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"License"); you may not use this file except in compliance
1010
with the License. You may obtain a copy of the License at
1111
12-
http://www.apache.org/licenses/LICENSE-2.0
12+
https://www.apache.org/licenses/LICENSE-2.0
1313
1414
Unless required by applicable law or agreed to in writing,
1515
software distributed under the License is distributed on an

retwisj/src/main/java/org/springframework/data/redis/samples/retwisj/Post.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

retwisj/src/main/java/org/springframework/data/redis/samples/retwisj/Range.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

retwisj/src/main/java/org/springframework/data/redis/samples/retwisj/RetwisSecurity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

retwisj/src/main/java/org/springframework/data/redis/samples/retwisj/User.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

retwisj/src/main/java/org/springframework/data/redis/samples/retwisj/redis/KeyUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

retwisj/src/main/java/org/springframework/data/redis/samples/retwisj/redis/RetwisRepository.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

retwisj/src/main/java/org/springframework/data/redis/samples/retwisj/web/CookieInterceptor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

retwisj/src/main/java/org/springframework/data/redis/samples/retwisj/web/NoSuchDataException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

retwisj/src/main/java/org/springframework/data/redis/samples/retwisj/web/RetwisController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

retwisj/src/main/java/org/springframework/data/redis/samples/retwisj/web/WebPost.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

retwisj/src/main/java/org/springframework/data/redis/samples/retwisj/web/WebUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)