Ryan Baxter
57d0350c0f
Updating dependencies
6 years ago
Ryan Baxter
f4c712b93e
Merge pull request #941 from spring-operator/polish-urls-apache-license-2.1.x
...
URL Cleanup
6 years ago
Spring Operator
e5ba77a60c
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://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 261 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
6 years ago
Spencer Gibb
473d43783b
Fixes checkstyle issues
6 years ago
Spencer Gibb
2020e9c8b0
Merge branch '2.0.x' into 2.1.x
6 years ago
Ryan Baxter
3168821a2e
Use raw path when passing path to PathContainer.parsePath ( #926 )
...
Fixes gh-882
6 years ago
vpavlyuk
0beff09af2
Dedupe response header filter ( #866 )
...
Filter that de-duplicates response filter values. Comes handy when e.g. both the gateway CORS logic and a downstream add Access-Control-Allow-Credentials and Access-Control-Allow-Origin headers. See https://github.com/spring-cloud/spring-cloud-gateway/issues/728 for additional context.
6 years ago
Spring Operator
9c00e60ee4
URL Cleanup ( #906 )
...
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://maven.apache.org/xsd/maven-4.0.0.xsd with 8 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences migrated to:
https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin with 1 occurrences migrated to:
https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 3 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* http://www.spring.io with 1 occurrences migrated to:
https://www.spring.io ([https](https://www.spring.io ) result 301).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 16 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 8 occurrences
6 years ago
Marcin Grzejszczak
09174ea059
Greenwich
6 years ago
Yoshimi
1664e8c179
HttpHeadersFilter for WebClientHttpRoutingFilter ( #860 )
...
We have been using `WebClientHttpRoutingFilter` configured with a `WebClient` that relays OAuth2 access tokens (including refreshing tokens), making use of [`ServerOAuth2AuthorizedClientExchangeFilterFunction`](https://github.com/spring-projects/spring-security/blob/5.1.4.RELEASE/oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/reactive/function/client/ServerOAuth2AuthorizedClientExchangeFilterFunction.java#L93 ).
This has worked well for us (also cf. #179 and [#171 from spring-cloud-security](https://github.com/spring-cloud/spring-cloud-security/pull/171 )).
6 years ago
Marcin Grzejszczak
547e6e8c29
HTTP to HTTPS
6 years ago
buildmaster
22381b5b62
Bumping versions to 2.1.2.BUILD-SNAPSHOT after release
6 years ago
buildmaster
ba46b4bde3
Going back to snapshots
6 years ago
buildmaster
140fda6ba7
Update SNAPSHOT to 2.1.1.RELEASE
6 years ago
Ryan Baxter
e7d8a7ad94
Merge branch 'Aloren-feature/cleanup-test-configs'
6 years ago
Ryan Baxter
87bea41c83
Fixing checkstyle
6 years ago
Anastasiia Smirnova
8c724ea051
light tests cleanup
6 years ago
Ryan Baxter
90685e30db
Fixing checkstyle
6 years ago
Ryan Baxter
2646d6b345
Merge pull request #467 from wangzw/issue462
...
Handle partial encoded URI. #462
6 years ago
Ryan Baxter
5b810c3557
Merge remote-tracking branch 'origin/2.0.x'
6 years ago
Ryan Baxter
f2acad91a9
Add documentation on how to remove sensitive headers. Fixes #703
6 years ago
Ryan Baxter
0de8d2f197
Merge remote-tracking branch 'origin/2.0.x'
6 years ago
Ryan Baxter
a93d83a6a7
Add note to documentation pointing people to Boot, WebFlux, and Reactor before working with Gateway. Fixes #813
6 years ago
Ryan Baxter
fec80f3f2b
Merge remote-tracking branch 'origin/2.0.x'
6 years ago
Ryan Baxter
5a72962a13
Merge pull request #856 from rbraeunlich/2.0.x
...
Make RedisRateLimiter omit headers if property is set. Fixes #855
6 years ago
Ronny Bräunlich
eb0b10ccc6
Make RedisRateLimiter omit headers if property is set
...
Fixes #855
6 years ago
Spencer Gibb
3c3de14339
Merge branch '2.0.x'
6 years ago
Spencer Gibb
9f9454b91f
Only tests for management port if it's different than server.port.
...
fixes gh-854
6 years ago
Ryan Baxter
0f153377f3
Merge remote-tracking branch 'origin/2.0.x'
6 years ago
Ryan Baxter
b38719a029
Merge pull request #849 from tony-clarke-amdocs/updated-grafana
...
Add new row to Grafana dashboard that includes four JVM panels
6 years ago
buildmaster
9d43e083f6
Bumping versions to 2.0.4.BUILD-SNAPSHOT after release
6 years ago
buildmaster
95166db1f8
Going back to snapshots
6 years ago
buildmaster
0492df4443
Update SNAPSHOT to 2.0.3.RELEASE
6 years ago
Ryan Baxter
02d01d4fc1
Merge remote-tracking branch 'origin/2.0.x'
6 years ago
Ryan Baxter
69d336c569
Fixes #838
6 years ago
Tony Clarke
1014d90478
Add new row to Grafana dashboard that includes four JVM panels
6 years ago
Olga Maciaszek-Sharma
ecd741545b
Merge branch '2.0.x'
6 years ago
Olga Maciaszek-Sharma
e5e39d5387
Remove unresolved lombok doc links.
6 years ago
Olga Maciaszek-Sharma
5abc9ecdf1
Update readme.
6 years ago
Nastya Smirnova
414dcfe23a
Fix documentation ( #839 )
6 years ago
Olga Maciaszek-Sharma
94292acdd3
Update docs.
6 years ago
Olga Maciaszek-Sharma
af1278feb0
Merge changes from 2.0.x.
6 years ago
Alex Simons
8fd35c55b1
Revisited documentation about writing a custom global pre/post-filter ( #836 )
...
* Added documentation about writing a custom global pre/post-filter
* Removed unnecessary words about GlobalFilter.
* Added back removed section title
6 years ago
Olga Maciaszek-Sharma
a6f48b0f65
Checkstyle ( #833 )
...
Fixes gh-832
* Add formatting and checkstyle fixes.
* Fix checkstyle setup. Add more checkstyle fixes and suppressions.
* Fix license dates.
6 years ago
Spencer Gibb
da8feee32e
Disables jmx for test
6 years ago
Spencer Gibb
eb95038952
Disables jmx for test
6 years ago
Spencer Gibb
1233a6290e
Changes from ResponseStatus annotation to ResponseStatusException.
...
This allows to change the status without requiring another exception type.
6 years ago
Spencer Gibb
8cb0549a1b
Increases timeout for test
6 years ago
Spencer Gibb
68d048f897
Adds message back to response in case of timeout exception.
...
fixes gh-820
6 years ago
Spencer Gibb
ea0c6c1b5a
Merge branch '2.0.x'
6 years ago