Spencer Gibb
5dd0c81839
Allows multiple patterns in host route predicate.
...
Each pattern is checked if it matches in order.
fixes gh-589
6 years ago
Ryan Baxter
7505050072
Merge remote-tracking branch 'origin/2.0.x'
6 years ago
Ryan Baxter
ed5729a550
Merge pull request #634 from glenacota/document-actuator-api
...
Add documentation to the Actuator API section
6 years ago
buildmaster
78221daa13
Going back to snapshots
6 years ago
buildmaster
f727551394
Update SNAPSHOT to 2.1.0.M3
6 years ago
Spencer Gibb
47b3c9cc31
removes println
6 years ago
Spencer Gibb
4f6f398e23
Updates webflux ProxyExchange to overwrite incomming headers rather than add to them.
...
Added the test to mvc ProxyExchange and it currently exhibits this behavior already and the test passes.
see gh-643
6 years ago
Ryan Baxter
06f8029695
Make a copy of the sensitive headers.
6 years ago
Ryan Baxter
8e30802e97
Remove sensitive headers from request. Fixes #643
6 years ago
Ryan Baxter
0ef540980c
Add x-forwarded-for-prefix when request matches origin. Fixes #619
6 years ago
Vitaliy Pavlyuk
b27fc3689a
Documentation correction: _after_ making the downstream request, not before.
6 years ago
Michele Mancioppi
e89a386f20
Use EmbeddedRedis to make build self-contained
6 years ago
Vitaliy Pavlyuk
ce08eb02aa
limited unit tests
6 years ago
Vitaliy Pavlyuk
5ca54b6eca
Rewrite response header filter factory.
6 years ago
buildmaster
090addc8de
Going back to snapshots
6 years ago
buildmaster
1ee4f0c7cb
Update SNAPSHOT to 2.1.0.M2
6 years ago
Ryan Baxter
0ce58177cc
Merge pull request #656 from spring-cloud/proxyexchange-override-headers
...
Updates webflux ProxyExchange to overwrite incomming headers rather t…
6 years ago
Olga Maciaszek-Sharma
ee1e72660a
Add exception info for hystrix fallback ( #657 )
...
* Add Hystrix execution exception attribute to fallback filter. Add FallbackHeaders filter to add headers with exception info for external
handling. Fixes gh-601.
* Add tests and docs.
* Reformat imports.
* Add _ATTR suffix to hystrix exception attribute and reference it in docs.
6 years ago
Spencer Gibb
3dc99dacf5
removes println
6 years ago
Spencer Gibb
0eb7206ab9
Updates webflux ProxyExchange to overwrite incomming headers rather than add to them.
...
Added the test to mvc ProxyExchange and it currently exhibits this behavior already and the test passes.
see gh-643
6 years ago
Ryan Baxter
9a78e361e0
Make a copy of the sensitive headers.
6 years ago
Ryan Baxter
c877157453
Merge pull request #647 from ryanjbaxter/filter-proxy-headers
...
Remove sensitive headers from request
6 years ago
Ryan Baxter
d05ca98f1b
Remove sensitive headers from request. Fixes #643
6 years ago
Ryan Baxter
e2b19d664a
Remove transfer-encoding from exchange response if not present in proxied response
6 years ago
Ryan Baxter
af2205cb4f
Merge pull request #642 from ryanjbaxter/x-forwarded-prefix
...
Add x-forwarded-for-prefix when request matches origin
6 years ago
Ryan Baxter
2bbdda9e6a
Add x-forwarded-for-prefix when request matches origin. Fixes #619
6 years ago
Guido Lena Cota
2ae1eeaa16
Minor changes to the wording
6 years ago
Guido Lena Cota
43074aba39
Add documentation for GET/POST/DELETE /gateway/routes/{id} endpoints
6 years ago
Guido Lena Cota
ee8085c58b
Add documentation for /gateway/routes endpoint
6 years ago
Guido Lena Cota
ca83d0b900
Add documentation for /gateway/refresh endpoint
6 years ago
Guido Lena Cota
1ebb00ddf3
Add documentation for /gateway/*filters endpoints
6 years ago
guido lena cota
0a6c29d567
Create outline of Actuator API section
6 years ago
Ryan Baxter
2879296c8b
Merge pull request #611 from mmanciop/embedded-redis
...
Use EmbeddedRedis to make build self-contained
6 years ago
Ryan Baxter
165f4305f5
Merge pull request #596 from vpavlyuk/rewrite_response_header_filter
...
Rewrite response header filter
6 years ago
Spencer Gibb
ca34d78988
Migrates from long to Duration for ssl properties.
6 years ago
Spencer Gibb
273d66ddb1
Adds defaultConfigurationType to httpclient ssl configuration.
6 years ago
Spencer Gibb
425477b73c
Merge branch '2.0.x'
6 years ago
Spencer Gibb
c7525f6f7d
Updates s-c-build to 2.0.5.BUILD-SNAPSHOT
6 years ago
Vitaliy Pavlyuk
7d3689fa9e
Merge remote-tracking branch 'upstream/2.0.x' into rewrite_response_header_filter
6 years ago
buildmaster
d442440e7b
Bumping versions to 2.0.3.BUILD-SNAPSHOT after release
6 years ago
buildmaster
f49655946d
Going back to snapshots
6 years ago
buildmaster
6071a22ae0
Update SNAPSHOT to 2.0.2.RELEASE
6 years ago
Vitaliy Pavlyuk
796e2a4fef
Documentation correction: _after_ making the downstream request, not before.
6 years ago
Ryan Baxter
ded733bc0d
Merge pull request #555 from mmanciop/hystrix-webclient-timeouts
...
Treat HttpClient timeouts the same as Hystrix timeouts
6 years ago
Michele Mancioppi
d822302870
Use EmbeddedRedis to make build self-contained
6 years ago
Michele Mancioppi
0276702770
Treat corner cases of Hystrix exception handling
...
* Treat HttpClient timeouts the same as Hystrix timeouts
* Propagate ResponseStatusException and throwables with
@ResponseStatus when cause for COMMAND_EXECUTION failure
Fix #554
6 years ago
Spencer Gibb
b42c45fb89
Lazily inject DispatcherHandler.
...
This prevents early initialization.
6 years ago
Spencer Gibb
6048143da1
Fix java 11 compile
6 years ago
Spencer Gibb
5d76667f9b
Fix java 11 compile
6 years ago
Spencer Gibb
efb171de38
Updates to forwarding works again
6 years ago