Spencer Gibb
|
56f99e7491
|
Update to match /serviceId/**
|
7 years ago |
Spencer Gibb
|
edbff1197e
|
polish logging
|
7 years ago |
Spencer Gibb
|
60a4f769cf
|
If hystrix timesout, return status 504 gateway timeout.
fixes gh-82
|
7 years ago |
Spencer Gibb
|
4a92c3156a
|
Remove dependency management for rxjava-reactive-streams.
Now part of hystrix starter.
fixes gh-81
|
7 years ago |
Spencer Gibb
|
36dcaf3217
|
Add warning if Spring MVC is on the classpath.
fixes gh-80
|
7 years ago |
Spencer Gibb
|
d2c5ee0439
|
Polish
|
7 years ago |
Spencer Gibb
|
b4ad42a83a
|
Currently only FilteringWebHandler supported
|
7 years ago |
Spencer Gibb
|
a9d73bb0a7
|
Add support for forward:/// uri's.
Let's spring's `DispatcherHandler` handle forwarded requests.
fixes gh-78
|
7 years ago |
Spencer Gibb
|
36e88a3b2b
|
Move routing filters to Ordered.LOWEST_PRECEDENCE
|
7 years ago |
Spencer Gibb
|
072b2ad7de
|
Adds burst default.
|
7 years ago |
Spencer Gibb
|
a13939bfa2
|
Disable Security for tests
|
7 years ago |
Spencer Gibb
|
e1e78c8c4a
|
Add PrincipalNameKeyResolver
fixes gh-76
|
7 years ago |
Spencer Gibb
|
b997943fb9
|
Support ReactiveRedisTemplate execution of RedisScript.
|
7 years ago |
Spencer Gibb
|
f15c1e633c
|
Allow routing filters to be short circuited.
|
7 years ago |
Spencer Gibb
|
975374d0bc
|
Flush out WebFilterFactories
|
7 years ago |
Spencer Gibb
|
55ffc93a70
|
Remove header AFTER response is received.
|
7 years ago |
Spencer Gibb
|
b3db9d7586
|
Move to then(fromRunnable)
|
7 years ago |
Spencer Gibb
|
77d2de7d72
|
Flushes out RoutePredicates
|
7 years ago |
Spencer Gibb
|
7cfd46d45b
|
Adds support for after, before and between predicates.
|
7 years ago |
Spencer Gibb
|
bd5182ab33
|
Adds todo
|
7 years ago |
Spencer Gibb
|
09d49cfe80
|
polish
|
7 years ago |
Spencer Gibb
|
3431f3d87a
|
Make sure subProtocols and headers are passed through.
fixes gh-59
|
7 years ago |
Spencer Gibb
|
c96feed9e7
|
Adds gateway support to websockets tests.
|
7 years ago |
Spencer Gibb
|
1a4768414f
|
Initial websockets tests.
Straight port from spring-web/tests.
TODO: add gateway support
|
7 years ago |
Spencer Gibb
|
cd988384df
|
Move remove response header to after request is sent.
|
7 years ago |
Spencer Gibb
|
5854d907b6
|
Update `GATEWAY_REQUEST_URL_ATTR` with rewritten or set URI.
fixes gh-68
|
7 years ago |
Spencer Gibb
|
acaa5c2d34
|
Update hysrix timeout
|
7 years ago |
Spencer Gibb
|
ea99a46163
|
Update to new way of removing headers.
|
7 years ago |
Spencer Gibb
|
03b3bd9cf7
|
Remove unneeded implementation.
|
7 years ago |
Spencer Gibb
|
3f9f5290d5
|
Fix compile errors.
|
7 years ago |
simonparadies
|
79442bc8ad
|
Update WebClientHttpRoutingFilter.java
Typo prevents https routing
|
7 years ago |
simonparadies
|
0819e08df5
|
Update NettyRoutingFilter.java
Typo prevents https routing
|
7 years ago |
Spencer Gibb
|
094d67b146
|
Going back to snapshots
|
7 years ago |
Spencer Gibb
|
62a9eba604
|
Update SNAPSHOT to 2.0.0.M2
|
7 years ago |
Spencer Gibb
|
bafece4603
|
Preserve the original, unmodified url in an exchange attribute.
It is stored in ServerWebExchangeUtils.GATEWAY_ORIGINAL_REQUEST_URL_ATTR
|
7 years ago |
Spencer Gibb
|
faa2d732b3
|
Preserve the original, unmodified url in an exchange attribute.
It is stored in ServerWebExchangeUtils.GATEWAY_ORIGINAL_REQUEST_URL_ATTR
|
7 years ago |
Spencer Gibb
|
aae5161a86
|
Add a property to disable the gateway.
|
7 years ago |
Spencer Gibb
|
5beb958176
|
Revert circle ignoring
|
7 years ago |
Spencer Gibb
|
2baa3055e5
|
fail :-( disable test in circle
|
7 years ago |
Spencer Gibb
|
c096964652
|
fail :-( disable test in circle
|
7 years ago |
Spencer Gibb
|
a5fe903031
|
Disable pool for testing
|
7 years ago |
Spencer Gibb
|
7f0d9904d7
|
Disable pool for testing
|
7 years ago |
Spencer Gibb
|
e422a83850
|
Use option bean
|
7 years ago |
Spencer Gibb
|
8318dd7cec
|
Fix typo
|
7 years ago |
Spencer Gibb
|
b19a641601
|
Deprecate @EnableGateway
|
7 years ago |
Spencer Gibb
|
c269115e17
|
adds todo
|
7 years ago |
Spencer Gibb
|
18cbde8cae
|
polish
|
7 years ago |
Spencer Gibb
|
47b391c72f
|
Validate that the code is 3xx
|
7 years ago |
Spencer Gibb
|
b18f3e41d3
|
Add experimental WebClient Routing and Response filters
|
7 years ago |
Spencer Gibb
|
924c484622
|
Add support for websockets.
Reuses some of the Spring Framework websockets classes and
a custom Proxy WebSocketHandler.
fixes gh-6
|
7 years ago |