buildmaster
c2c7869c9e
Going back to snapshots
7 years ago
buildmaster
1f9c65df7e
Update SNAPSHOT to 2.0.0.M8
7 years ago
Biju Kunjummen
1ca71510d0
Refactors httpbin controller into its own test class ( #219 )
7 years ago
Wilder Pereira
4ed06c46c3
Remove phrase from yml code block ( #214 )
7 years ago
Spencer Gibb
baa8b027fa
Update fluent api sample.
7 years ago
Biju Kunjummen
16c8a07d7c
Derive kotlin version from parent ( #212 )
7 years ago
Spencer Gibb
8fc23f8ab0
Update to new Repeat.create() method
7 years ago
Spencer Gibb
d2a1f5b896
Adds minimal testing of configuration of netty HttpClient
7 years ago
Spencer Gibb
a2ca131b50
Allow configuration of netty httpclient insecure trust manager.
7 years ago
Spencer Gibb
a9096744ba
Allow configuration of netty http client pooling.
7 years ago
Spencer Gibb
c8527187ea
Adds property based configuration of netty HttpClient proxy.
...
fixes gh-176
7 years ago
Spencer Gibb
f23104f442
Move to TestWebClient
7 years ago
Spencer Gibb
58fb4f9a2a
Adds a test for an empty load balancer client
7 years ago
Spencer Gibb
e7495c8822
Defer error
7 years ago
Spencer Gibb
f399c63e7b
Remove RoutePredicateFactoryUtils
7 years ago
Spencer Gibb
eaaf9de4da
remove commented out code
7 years ago
Spencer Gibb
0563508f2d
Adds support for Forwarded and X-Forwarded-* headers.
...
Adds ForwardedHeadersFilter and XForwardedHeadersFilter. Both
are very customizable via configuration properties.
fixes gh-125
7 years ago
Spencer Gibb
7a2d011ced
Remove redundant RemoveNonProxyHeadersGatewayFilterFactory
...
see gh-209
7 years ago
Spencer Gibb
3a35a82547
Remove -incubator from readme.
...
fixes gh-208
7 years ago
buildmaster
86cae18b7d
Going back to snapshots
7 years ago
buildmaster
e3eadb66a7
Update SNAPSHOT to 2.0.0.M7
7 years ago
Spencer Gibb
af3e42b8c7
Point links to master
...
fixes gh-204
7 years ago
Spencer Gibb
2b13be8b30
Support list of websocket subprotocalls
...
fixes gh-200
7 years ago
Spencer Gibb
aa09fa6b6a
Add parity between Route.Builder and GatewayFilterSpec
7 years ago
Spencer Gibb
008e4e0b40
Default port for http{s} routes if not set.
...
fixes gh-198
7 years ago
Spencer Gibb
d0296709c9
Merge branch 'retry'
7 years ago
Spencer Gibb
cf0e4ad67d
polish
7 years ago
Spencer Gibb
e051eecbca
polish
7 years ago
Spencer Gibb
9ba1e67fd6
Removes use of DefaultRepeat, moves iteration count to predicate.
7 years ago
Spencer Gibb
40b9944853
Remove kotlin version, now managed by boot
7 years ago
Spencer Gibb
3bc54ab82c
Configuration for retry filter.
7 years ago
Spencer Gibb
035258988a
Creates a retry filter using reactor-extra
...
fixes gh-94
7 years ago
Spencer Gibb
d8fde99382
polish
7 years ago
Spencer Gibb
9fb76a3f89
Allow server errors to propagate back to client.
...
fixes gh-181
7 years ago
Kamil Szymański
2797834dc9
update proxy response auto-configuration with Spring 5.0 improvements ( #158 )
7 years ago
Ryan Baxter
40bae835b5
Strip Prefix Filter Implementation ( #180 )
...
* Implements a filter to strip the prefix from a request through the gateway. Fixes #122
* The number of parts to strip is now configurable
* Updated documentation
7 years ago
Spencer Gibb
b3d50f93a4
Fixes SSE issue by properly flushing for streaming media types.
...
fixes gh-161
7 years ago
Spencer Gibb
b2adfd542f
If filter is ordered already, don't wrap with ordered filter.
...
fixes gh-192
7 years ago
Spencer Gibb
ee55ef50e7
Tighten Java DSL.
...
Removes M6 deprecations.
7 years ago
Spencer Gibb
9d04c4eca1
Adds a default hearder existence check
7 years ago
Spencer Gibb
062b6bc526
update to new web endpoint property
7 years ago
buildmaster
43fabf27b4
Going back to snapshots
7 years ago
buildmaster
0dac0315e9
Update SNAPSHOT to 2.0.0.M6
7 years ago
jphilippeplante
706fbc0df2
Enhancement: adding IPv6 support to Remote Addr Predicate gh-165 ( #183 )
...
* Enhancement: adding IPv6 support to RemoteAddrRoutePredicateFactory
* Using IpSubnetFilterRule from Netty as suggested
fixes gh-165
7 years ago
Spencer Gibb
da2f28e25b
Add filters() method to Java DSL.
...
Deprecates direct filter methods after predicates.
Thanks @joshlong
7 years ago
Spencer Gibb
7f92ea1213
Don't decode query parameters.
...
When query parameters or paths of request uri are mutated make sure
they are not decoded.
This means bypassing the default ServerHttpRequest.mutate()
fixes gh-147
7 years ago
Spencer Gibb
84bced0411
Document lb: prefix and use for websockets.
...
fixes gh-110
7 years ago
Spencer Gibb
58078c71d1
Loadbalance websockets requests
7 years ago
Spencer Gibb
1d4b95fcef
Avoid unreleased memory allocations.
...
See gh-171
7 years ago
Spencer Gibb
3c21176ba7
Simplifies to use @RestControllerEndpoint
7 years ago