Alberto Gisbert
50632cba6b
FIX #1282 Rewrite filter example ( #1284 )
...
The regexp now treats the possible root trailing slash as optional.
Fixes gh-1282
2019-09-16 10:54:40 -04:00
Olga Maciaszek-Sharma
b25ce0ec04
Gh 1294 add reactive sc loadbalancer support ( #1295 )
...
* Initial ReactiveLoadBalancer support
# Conflicts:
# spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/filter/LoadBalancerClientFilter.java
* Optimise imports. Minor refactoring.
* Use `LoadBalancerUriTools` for reconstructing uris.
Handle 404 exceptions. Add more tests and javadocs.
* Finish autoConfiguration and dependencies setup.
* Rename to `ReactorLoadBalancerClientFilter`. Fix test. Add docs.
* Fix after review.
2019-09-13 12:16:07 +02:00
buildmaster
7cab2bf427
Bumping versions to 2.1.4.BUILD-SNAPSHOT after release
2019-09-09 20:15:20 +00:00
buildmaster
20990d80a4
Going back to snapshots
2019-09-09 20:15:19 +00:00
buildmaster
00a70104bc
Update SNAPSHOT to 2.1.3.RELEASE
2019-09-09 20:14:20 +00:00
buildmaster
dfdb4e0f71
Going back to snapshots
2019-08-14 15:15:15 +00:00
buildmaster
8b3d9aea57
Update SNAPSHOT to 2.2.0.M2
2019-08-14 15:13:58 +00:00
eacdy
ed01874793
Fix wrong indentation in the document.
2019-08-13 16:27:07 +08:00
eacdy
af8da9eb83
FIX the wrong description in doc for "RewritePath GatewayFilter Factory"
2019-08-13 16:23:55 +08:00
Marcin Grzejszczak
93a5c5b238
Added symbolic link of index.adoc
2019-07-29 14:44:02 +02:00
Marcin Grzejszczak
6e008e87c4
Added symbolic link of index.adoc
2019-07-29 14:43:55 +02:00
Spencer Gibb
047fa01983
Merge branch '2.1.x'
2019-07-25 15:28:14 -04:00
Tony Clarke
83515df63b
Adds conifugration to allow http options globally.
...
This is done by adding a global cors config to simlple URL Handler mapping. Spring webflux adds a static resource handler, WebFluxAutoConfiguration.WebFluxConfig. This adds a SimpleURLHandler which will be the handler that ends returning http 404 for requets that match any spring cloud gateway predicates.
fixes gh-840
2019-07-25 15:24:53 -04:00
Spencer Gibb
e913e17d21
Merge branch '2.1.x'
2019-07-25 13:16:26 -04:00
Anastasiia Smirnova
7d78365648
Adds exponential backoff config options to retry filter.
2019-07-25 13:15:36 -04:00
Stefan_Stus
5c83f45ed9
Adds metadata field on Route and RouteDefinition
...
Fixes gh-1021
2019-07-24 18:22:13 -04:00
Spencer Gibb
73eee9c559
Merge branch '2.1.x'
2019-07-24 17:27:34 -04:00
Tony Clarke
6eb6634b32
Suppprt remapping headers in request
2019-07-24 17:23:51 -04:00
Spencer Gibb
d6c8e8294f
Merge branch '2.1.x'
2019-07-24 14:30:41 -04:00
Vitaliy Pavlyuk
33ad555831
Rewrite Location response header filter
2019-07-24 14:28:38 -04:00
Stefan_Stus
24d75f49b0
Sets original http status in http header in SetStatus filter
...
fixes gh-990
2019-07-24 11:32:51 -04:00
Thirunavukkarasu Ravichandran
c8a693b50a
Adds remove request param filter.
...
This removes a request parameter before sending downstream request.
Fixes gh-1137
2019-07-23 16:51:00 -04:00
Spencer Gibb
3fe682a2c1
Merge branch '2.1.x'
2019-07-23 13:33:20 -04:00
Spencer Gibb
9fc302ec72
Adds support for netty wiretap on server and client.
...
fixes gh-1194
2019-07-23 13:31:41 -04:00
Spencer Gibb
cff697b497
Merge branch '2.1.x'
2019-07-23 12:49:31 -04:00
Spencer Gibb
f1dbcdc0fe
Adds ability to expand uri variables for other filters. ( #711 )
...
Currently only SetPath can use the uri variables from the path and host
predicates. Now, other filters can use them thru the
ServerWebExchangeUtils.expand() method.
fixes gh-704
2019-07-23 12:48:25 -04:00
Spencer Gibb
d5c81e5920
Enable verbose actuator format by default.
...
fixes gh-1192
2019-07-23 11:47:45 -04:00
Spencer Gibb
837cbadc1d
Merge branch '2.1.x'
2019-07-23 11:37:06 -04:00
Spencer Gibb
1cf449c870
Adds toString() to filter factories and predicate factories. ( #785 )
...
This allows for easier debugging and visibility into configuration.
Predicates needed custom implementations of and() or() and not() so
that toString() could function.
Actuator endpoint was updated to use the new toString(). To enable
set `spring.cloud.gateway.actuator.verbose.enabled=true`.
fixes gh-784
2019-07-23 11:31:00 -04:00
Mahendra Patel
ab9afe6c85
Document Weight predicate #1072
2019-07-19 13:45:31 +05:30
buildmaster
b9df1199a2
Going back to snapshots
2019-07-03 18:19:18 +00:00
buildmaster
1283756da1
Update SNAPSHOT to 2.2.0.M1
2019-07-03 18:18:18 +00:00
Spencer Gibb
b14de727eb
Bumping versions to 2.1.3.BUILD-SNAPSHOT after release
2019-06-21 12:42:10 -04:00
buildmaster
89420c3318
Update SNAPSHOT to 2.1.2.RELEASE
2019-06-21 12:38:18 -04:00
Ryan Baxter
474787b028
Merge remote-tracking branch 'origin/2.1.x'
2019-06-04 19:42:45 -04:00
Thirunavukkarasu Ravichandran
ee6f7d01c4
Fixes gh-878 - secure headers can be disabled
2019-06-04 06:58:50 +02:00
Olga Maciaszek-Sharma
4b71b00f83
Add sagan .adoc files.
2019-04-30 15:46:00 +02:00
Olga Maciaszek-Sharma
49bb0da4e8
Merge remote-tracking branch 'spring-operator/polish-urls-remaining-master'
2019-04-01 18:59:54 +02:00
Olga Maciaszek-Sharma
4b267b358d
Merge remote-tracking branch 'origin/2.1.x' into 2.1.x
2019-04-01 18:36:08 +02:00
Ryan Baxter
031e6cdbcb
Merge remote-tracking branch 'origin/2.1.x'
2019-04-01 12:21:52 -04:00
Ryan Baxter
949611d896
Merge remote-tracking branch 'origin/2.0.x' into 2.1.x
2019-04-01 12:19:56 -04:00
Ryan Baxter
1a7df11108
Merge pull request #880 from tony-clarke-amdocs/2.0.x
...
Update GW metrics filter to include two new tags; the http Method and…
2019-04-01 12:12:25 -04:00
Olga Maciaszek-Sharma
a4cc1ac834
Merge remote-tracking branch 'spring-operator/polish-urls-remaining-2.1.x' into 2.1.x
2019-04-01 17:53:23 +02:00
Ryan Baxter
905cd1f652
Merge pull request #925 from spring-operator/polish-urls-xml-master
...
URL Cleanup
2019-03-27 19:32:54 -04:00
Spring Operator
baebc551f5
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).
# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
* [ ] http://httpbin.org:80 (200) with 11 occurrences could not be migrated:
([https](https://httpbin.org:80 ) result NotSslRecordException).
# Fixed URLs
## Fixed But Review Recommended
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://acme.com:8080 (ConnectTimeoutException) with 1 occurrences migrated to:
https://acme.com:8080 ([https](https://acme.com:8080 ) result ConnectTimeoutException).
* [ ] http://acme.org (ConnectTimeoutException) with 2 occurrences migrated to:
https://acme.org ([https](https://acme.org ) result ConnectTimeoutException).
* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
https://compose.docker.io/ ([https](https://compose.docker.io/ ) result UnknownHostException).
* [ ] http://foo.example.com (UnknownHostException) with 1 occurrences migrated to:
https://foo.example.com ([https](https://foo.example.com ) result UnknownHostException).
* [ ] http://www.uri-destination.org (UnknownHostException) with 1 occurrences migrated to:
https://www.uri-destination.org ([https](https://www.uri-destination.org ) result UnknownHostException).
* [ ] http://docs.spring.io/spring/docs/5.0.x/javadoc-api/org/springframework/web/server/GatewayFilter.html (301) with 1 occurrences migrated to:
https://docs.spring.io/spring/docs/5.0.x/javadoc-api/org/springframework/web/server/GatewayFilter.html ([https](https://docs.spring.io/spring/docs/5.0.x/javadoc-api/org/springframework/web/server/GatewayFilter.html ) result 404).
* [ ] http://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ) result 404).
## 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://acme.com with 1 occurrences migrated to:
https://acme.com ([https](https://acme.com ) result 200).
* [ ] http://cloud.spring.io/spring-cloud-netflix/ with 5 occurrences migrated to:
https://cloud.spring.io/spring-cloud-netflix/ ([https](https://cloud.spring.io/spring-cloud-netflix/ ) result 200).
* [ ] http://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html with 1 occurrences migrated to:
https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html ([https](https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html ) result 200).
* [ ] http://docs.spring.io/spring/docs/5.0.x/javadoc-api/org/springframework/web/server/ServerWebExchange.html with 1 occurrences migrated to:
https://docs.spring.io/spring/docs/5.0.x/javadoc-api/org/springframework/web/server/ServerWebExchange.html ([https](https://docs.spring.io/spring/docs/5.0.x/javadoc-api/org/springframework/web/server/ServerWebExchange.html ) result 200).
* [ ] http://example.com with 8 occurrences migrated to:
https://example.com ([https](https://example.com ) result 200).
* [ ] http://example.org with 34 occurrences migrated to:
https://example.org ([https](https://example.org ) result 200).
* [ ] http://httpbin.org with 1 occurrences migrated to:
https://httpbin.org ([https](https://httpbin.org ) result 200).
* [ ] http://projects.spring.io/spring-cloud/ with 1 occurrences migrated to:
https://projects.spring.io/spring-cloud/ ([https](https://projects.spring.io/spring-cloud/ ) result 200).
* [ ] http://projects.spring.io/spring-security/ with 2 occurrences migrated to:
https://projects.spring.io/spring-security/ ([https](https://projects.spring.io/spring-security/ ) result 200).
* [ ] http://projects.spring.io/spring-session/ with 2 occurrences migrated to:
https://projects.spring.io/spring-session/ ([https](https://projects.spring.io/spring-session/ ) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 occurrences migrated to:
https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ) result 200).
* [ ] http://docs.spring.io with 1 occurrences migrated to:
https://docs.spring.io ([https](https://docs.spring.io ) result 301).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 2 occurrences migrated to:
https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546 ) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
https://eclipse.org ([https](https://eclipse.org ) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/ ) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://endpoint with 1 occurrences
* http://localhost with 51 occurrences
* http://localhost/ with 2 occurrences
* http://localhost/abc with 1 occurrences
* http://localhost/get with 10 occurrences
* http://localhost/get?a=b with 2 occurrences
* http://localhost/get?a=b&c=d with 4 occurrences
* http://localhost/get?key with 1 occurrences
* http://localhost/getb with 3 occurrences
* http://localhost:3001 with 1 occurrences
* http://localhost:8008/configserver/foo/default with 1 occurrences
* http://localhost:8080/flakey with 1 occurrences
* http://localhost:8080/get with 6 occurrences
* http://localhost:8080/upload with 1 occurrences
* http://localhost:9000/foos/ with 4 occurrences
* http://localhost:9080 with 1 occurrences
* http://localhost:9994 with 3 occurrences
* http://myhost with 5 occurrences
* http://myhost/abc%20def/get with 1 occurrences
* http://myhost/mypath with 1 occurrences
* http://myservice with 2 occurrences
* http://nameservice with 1 occurrences
* http://nameservice/foo with 1 occurrences
* http://originalhost:8080/foo/bar with 2 occurrences
* http://originalhost:8080/get with 2 occurrences
* http://originalhost:8080/get/ with 1 occurrences
* http://originalhost:8080/one/two/three with 1 occurrences
* http://originalhost:8080/prefix/get with 1 occurrences
* http://originalhost:8080/prefix/get/ with 1 occurrences
* http://override-url with 1 occurrences
* http://override-url:80 with 1 occurrences
* http://routedservice:8090/ with 1 occurrences
* http://routedservice:8090/get with 2 occurrences
* http://routedservice:8090/two with 1 occurrences
* http://service1 with 1 occurrences
* http://someuri with 1 occurrences
* http://someuri:80 with 1 occurrences
* http://someurl with 1 occurrences
2019-03-26 03:38:32 -05:00
Spring Operator
c5963ffa87
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 But Review Recommended
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://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ) result 404).
## 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).
# 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
2019-03-26 00:09:37 -05:00
Spring Operator
5be63cbdad
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).
# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
* [ ] http://httpbin.org:80 (200) with 11 occurrences could not be migrated:
([https](https://httpbin.org:80 ) result NotSslRecordException).
# Fixed URLs
## Fixed But Review Recommended
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://acme.com:8080 (ConnectTimeoutException) with 1 occurrences migrated to:
https://acme.com:8080 ([https](https://acme.com:8080 ) result ConnectTimeoutException).
* [ ] http://acme.org (ConnectTimeoutException) with 2 occurrences migrated to:
https://acme.org ([https](https://acme.org ) result ConnectTimeoutException).
* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
https://compose.docker.io/ ([https](https://compose.docker.io/ ) result UnknownHostException).
* [ ] http://endpoint (UnknownHostException) with 1 occurrences migrated to:
https://endpoint ([https](https://endpoint ) result UnknownHostException).
* [ ] http://foo.example.com (UnknownHostException) with 1 occurrences migrated to:
https://foo.example.com ([https](https://foo.example.com ) result UnknownHostException).
* [ ] http://myhost (UnknownHostException) with 5 occurrences migrated to:
https://myhost ([https](https://myhost ) result UnknownHostException).
* [ ] http://myhost/abc%20def/get (UnknownHostException) with 1 occurrences migrated to:
https://myhost/abc%20def/get ([https](https://myhost/abc%20def/get ) result UnknownHostException).
* [ ] http://myhost/mypath (UnknownHostException) with 1 occurrences migrated to:
https://myhost/mypath ([https](https://myhost/mypath ) result UnknownHostException).
* [ ] http://myservice (UnknownHostException) with 2 occurrences migrated to:
https://myservice ([https](https://myservice ) result UnknownHostException).
* [ ] http://nameservice (UnknownHostException) with 1 occurrences migrated to:
https://nameservice ([https](https://nameservice ) result UnknownHostException).
* [ ] http://nameservice/foo (UnknownHostException) with 1 occurrences migrated to:
https://nameservice/foo ([https](https://nameservice/foo ) result UnknownHostException).
* [ ] http://originalhost:8080/foo/bar (UnknownHostException) with 2 occurrences migrated to:
https://originalhost:8080/foo/bar ([https](https://originalhost:8080/foo/bar ) result UnknownHostException).
* [ ] http://originalhost:8080/get (UnknownHostException) with 2 occurrences migrated to:
https://originalhost:8080/get ([https](https://originalhost:8080/get ) result UnknownHostException).
* [ ] http://originalhost:8080/get/ (UnknownHostException) with 1 occurrences migrated to:
https://originalhost:8080/get/ ([https](https://originalhost:8080/get/ ) result UnknownHostException).
* [ ] http://originalhost:8080/one/two/three (UnknownHostException) with 1 occurrences migrated to:
https://originalhost:8080/one/two/three ([https](https://originalhost:8080/one/two/three ) result UnknownHostException).
* [ ] http://originalhost:8080/prefix/get (UnknownHostException) with 1 occurrences migrated to:
https://originalhost:8080/prefix/get ([https](https://originalhost:8080/prefix/get ) result UnknownHostException).
* [ ] http://originalhost:8080/prefix/get/ (UnknownHostException) with 1 occurrences migrated to:
https://originalhost:8080/prefix/get/ ([https](https://originalhost:8080/prefix/get/ ) result UnknownHostException).
* [ ] http://override-url (UnknownHostException) with 1 occurrences migrated to:
https://override-url ([https](https://override-url ) result UnknownHostException).
* [ ] http://override-url:80 (UnknownHostException) with 1 occurrences migrated to:
https://override-url:80 ([https](https://override-url:80 ) result UnknownHostException).
* [ ] http://routedservice:8090/ (UnknownHostException) with 1 occurrences migrated to:
https://routedservice:8090/ ([https](https://routedservice:8090/ ) result UnknownHostException).
* [ ] http://routedservice:8090/get (UnknownHostException) with 2 occurrences migrated to:
https://routedservice:8090/get ([https](https://routedservice:8090/get ) result UnknownHostException).
* [ ] http://routedservice:8090/two (UnknownHostException) with 1 occurrences migrated to:
https://routedservice:8090/two ([https](https://routedservice:8090/two ) result UnknownHostException).
* [ ] http://service1 (UnknownHostException) with 1 occurrences migrated to:
https://service1 ([https](https://service1 ) result UnknownHostException).
* [ ] http://someuri (UnknownHostException) with 1 occurrences migrated to:
https://someuri ([https](https://someuri ) result UnknownHostException).
* [ ] http://someuri:80 (UnknownHostException) with 1 occurrences migrated to:
https://someuri:80 ([https](https://someuri:80 ) result UnknownHostException).
* [ ] http://someurl (UnknownHostException) with 1 occurrences migrated to:
https://someurl ([https](https://someurl ) result UnknownHostException).
* [ ] http://www.uri-destination.org (UnknownHostException) with 1 occurrences migrated to:
https://www.uri-destination.org ([https](https://www.uri-destination.org ) result UnknownHostException).
* [ ] http://docs.spring.io/spring/docs/5.0.x/javadoc-api/org/springframework/web/server/GatewayFilter.html (301) with 1 occurrences migrated to:
https://docs.spring.io/spring/docs/5.0.x/javadoc-api/org/springframework/web/server/GatewayFilter.html ([https](https://docs.spring.io/spring/docs/5.0.x/javadoc-api/org/springframework/web/server/GatewayFilter.html ) result 404).
* [ ] http://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ) result 404).
## 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://acme.com with 1 occurrences migrated to:
https://acme.com ([https](https://acme.com ) result 200).
* [ ] http://cloud.spring.io/spring-cloud-netflix/ with 5 occurrences migrated to:
https://cloud.spring.io/spring-cloud-netflix/ ([https](https://cloud.spring.io/spring-cloud-netflix/ ) result 200).
* [ ] http://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html with 1 occurrences migrated to:
https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html ([https](https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html ) result 200).
* [ ] http://docs.spring.io/spring/docs/5.0.x/javadoc-api/org/springframework/web/server/ServerWebExchange.html with 1 occurrences migrated to:
https://docs.spring.io/spring/docs/5.0.x/javadoc-api/org/springframework/web/server/ServerWebExchange.html ([https](https://docs.spring.io/spring/docs/5.0.x/javadoc-api/org/springframework/web/server/ServerWebExchange.html ) result 200).
* [ ] http://example.com with 8 occurrences migrated to:
https://example.com ([https](https://example.com ) result 200).
* [ ] http://example.org with 34 occurrences migrated to:
https://example.org ([https](https://example.org ) result 200).
* [ ] http://httpbin.org with 1 occurrences migrated to:
https://httpbin.org ([https](https://httpbin.org ) result 200).
* [ ] http://projects.spring.io/spring-cloud/ with 1 occurrences migrated to:
https://projects.spring.io/spring-cloud/ ([https](https://projects.spring.io/spring-cloud/ ) result 200).
* [ ] http://projects.spring.io/spring-security/ with 2 occurrences migrated to:
https://projects.spring.io/spring-security/ ([https](https://projects.spring.io/spring-security/ ) result 200).
* [ ] http://projects.spring.io/spring-session/ with 2 occurrences migrated to:
https://projects.spring.io/spring-session/ ([https](https://projects.spring.io/spring-session/ ) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 occurrences migrated to:
https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ) result 200).
* [ ] http://docs.spring.io with 1 occurrences migrated to:
https://docs.spring.io ([https](https://docs.spring.io ) result 301).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 2 occurrences migrated to:
https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546 ) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
https://eclipse.org ([https](https://eclipse.org ) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/ ) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://localhost with 51 occurrences
* http://localhost/ with 2 occurrences
* http://localhost/abc with 1 occurrences
* http://localhost/get with 10 occurrences
* http://localhost/get?a=b with 2 occurrences
* http://localhost/get?a=b&c=d with 4 occurrences
* http://localhost/get?key with 1 occurrences
* http://localhost/getb with 3 occurrences
* http://localhost:3001 with 1 occurrences
* http://localhost:8008/configserver/foo/default with 1 occurrences
* http://localhost:8080/flakey with 1 occurrences
* http://localhost:8080/get with 6 occurrences
* http://localhost:8080/upload with 1 occurrences
* http://localhost:9000/foos/ with 4 occurrences
* http://localhost:9080 with 1 occurrences
* http://localhost:9994 with 3 occurrences
2019-03-20 15:45:43 -05:00
Spencer Gibb
1f231df13c
Merge branch '2.1.x'
2019-03-20 16:13:43 -04:00
Spencer Gibb
2020e9c8b0
Merge branch '2.0.x' into 2.1.x
2019-03-20 16:09:19 -04:00
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.
2019-03-20 16:00:50 -04:00