Spencer Gibb
4d94650896
Merge branch '2.0.x'
6 years ago
Spencer Gibb
0da60bbeae
Extracts variables from Host Route Predicate.
...
fixes gh-706
6 years ago
Spencer Gibb
8194137f03
Fixes constant documentation reference for Path Route Predicate.
...
Also aligns to a new constant name.
fixes gh-708
6 years ago
Spencer Gibb
4a987fd6a4
Cleans up return statement.
6 years ago
Spencer Gibb
c5ae434dd0
Merge branch '2.0.x'
6 years ago
Spencer Gibb
21f165c313
Adds convenience methods for working with Path Predicate variables.
...
fixes gh-705
6 years ago
Spencer Gibb
7a5502fd7a
Allows multiple patterns in Path Predicate.
...
fixes gh-256
6 years ago
Spencer Gibb
4ea874a3c6
Merge branch '2.0.x'
6 years ago
Spencer Gibb
8dff219cf2
fixes bad default
6 years ago
Spencer Gibb
4311db5214
Merge branch '2.0.x'
6 years ago
Spencer Gibb
d7669b7415
Fixes inconsistencies in request rate limiter filter.
...
Allows other `KeyResolver` implementations to be injected.
If key resolver does not resolve a key, requests can be conditionally
denied.
fixes gh-624
6 years ago
Spencer Gibb
8abac4b0ba
Uses default port and ignores errors if redis running
6 years ago
Spencer Gibb
e3799c4820
Don't fail redis rule if redis is already running.
6 years ago
Spencer Gibb
5bba4af5e3
Specifically injects the webFluxConversionService.
...
This allows other projects (spring-integration) to have another
ConversionService bean and auto-configuration won't fail.
6 years ago
Ryan Baxter
1c8f080dd8
Adds support for returning a 404 when service instance not found in loadbalancer ( #696 )
...
Fixes gh-414
6 years ago
Ryan Baxter
6d2e381742
Merge remote-tracking branch 'origin/2.0.x'
6 years ago
Ryan Baxter
8cc184f48c
Fixes #684
6 years ago
Spencer Gibb
69982364e7
Removes conversion method
6 years ago
Spencer Gibb
75bc2579db
Updates ConfigurationUtils to use ConversionService.
...
Also adds a StringToZonedDateTimeConverter.
6 years ago
Spencer Gibb
2cfdf625d9
Uses default port and ignores errors if redis running
6 years ago
Spencer Gibb
dfe6bb78f6
adds missing tests
6 years ago
Spencer Gibb
5a157c91a8
temporarily ignore test
6 years ago
Spencer Gibb
317e8d7c68
Don't fail redis rule if redis is already running.
6 years ago
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