Spencer Gibb
d4637714e1
Lazily inject DispatcherHandler.
...
This prevents early initialization.
6 years ago
Spencer Gibb
6fd0c80c84
Updates management port tests
6 years ago
Spencer Gibb
175f90ac6f
Updates to new reactor netty chunkedTransfer method.
...
fixes gh-577
6 years ago
buildmaster
632f92f834
Going back to snapshots
6 years ago
buildmaster
d339081628
Update SNAPSHOT to Greenwich.M1
6 years ago
Spencer Gibb
2942df03f7
Merge branch '2.0.x'
6 years ago
Spencer Gibb
58834daf62
temporarily disables HiddenHttpMethodFilter
6 years ago
Spencer Gibb
9019b0b70e
Bumps build to 2.0.4.BUILD-SNAPSHOT
6 years ago
Spencer Gibb
46072b42dd
Revert "Merge timout update"
...
This reverts commit beef829
6 years ago
Ryan Baxter
ca65417b3c
Merge pull request #545 from ryanjbaxter/path-matchtrailingslash
...
Add support for optionally matching trailing / in path predicate
6 years ago
Ryan Baxter
afe639d844
Add support for optionally matching trailing / in path predicate. Fixes #511
6 years ago
Spencer Gibb
f2cc3f8d0b
Merge branch '2.0.x'
6 years ago
Spencer Gibb
6deb7c872f
Merge branch 'dave-fl-minor_perf_tweaks' into 2.0.x
6 years ago
dave-fl
e5993efced
Minor performance tweaks (showed as hotspots when testing).
6 years ago
Spencer Gibb
beef829883
Merge timout update
6 years ago
Spencer Gibb
208e157266
Merge branch '2.0.x'
6 years ago
violetagg
466057cd62
Use ReadTimeoutHandler for setting the response timeout ( #540 )
...
Fixes gh-524
6 years ago
Ryan Baxter
3a45b85287
Fixing broken test
6 years ago
Spencer Gibb
411a9fbb77
Adds section on enabling reactor netty access logs.
6 years ago
Spencer Gibb
52ff905d8f
Adds todo
6 years ago
Spencer Gibb
a0f0048d85
Merge branch '2.0.x'
6 years ago
Spencer Gibb
cba999a8b6
Adds response timeout test
...
fixes gh-518
6 years ago
Spencer Gibb
6e54ed23af
Moves Evaluation Context as field and changes if predicate is true to not use spel.
6 years ago
Tony Clarke
5cf466cd2a
responseMono timeout is a noop since the return Mono is ignored ( #515 )
6 years ago
Spencer Gibb
555611b8a6
Removes pinned reactor-extra version
6 years ago
Spencer Gibb
e19b619940
Ignores failing formUrlencoded test temporarily.
6 years ago
Spencer Gibb
86489b6d77
renames constant
6 years ago
Spencer Gibb
bbe41158b9
Pin reactor-extra to 3.2.0.M2 temporarily.
6 years ago
Spencer Gibb
2a7df6ef95
Moves to ApplicationListener away from @EventListener
6 years ago
Spencer Gibb
a31f4ca1b7
Pin reactor-extra to 3.2.0.M2 temporarily.
6 years ago
Spencer Gibb
8ecc912584
Removes commented out code
6 years ago
Spencer Gibb
7b6ec3cef9
Removes unused variable
6 years ago
Spencer Gibb
d271824187
Merge branch '2.0.x'
6 years ago
Kerwin Bryant
cf28327eeb
Allows LoadBalancerClientFilter to be extended ( #448 )
...
Makes `LoadBalancerClient` protected and creates protected `choose(ServerWebExchange)` method.
6 years ago
Arpan Das
83a32a087c
Adds RequestSizeFilter
...
Request Size Limit filter with test case and review comments
6 years ago
Spencer Gibb
112a35de52
Merge branch '2.0.x'
6 years ago
Ryan Dawson
bc1e549dc8
add x-forwarded-prefix header ( #382 )
...
If the path of the url that the gw is routing to is a subset of the url that it is routing from then the difference is the prefix. Also applies if the path of the url being routed to is empty and the routed-from url path is non-empty.
Included quite a few null checks as it should allow for the various different route definition styles and types of request. I've been [using this](https://github.com/ryandawsonuk/activiti-cloud-gateway/tree/develop/src/main/java/org/springframework/cloud/gateway/filter/headers ) in k8s by overriding the class and found the null checks to be necessary.
Was thinking it could be disabled by default as that's how it is for [nginx ingress](https://github.com/kubernetes/ingress-nginx/pull/1805 ) but I haven't thought of any specific reason not to enable by default.
fixes gh-314
6 years ago
Spencer Gibb
64189af8bb
Merge branch '2.0.x'
6 years ago
Spencer Gibb
eea9510716
Adds option for setting custom content type for modify request body.
...
fixes gh-492
6 years ago
Spencer Gibb
de86661ca6
Modify request body now uses recalculated content-length header.
6 years ago
Spencer Gibb
03df59da56
Unignore read body test
6 years ago
Spencer Gibb
bf7015cb55
Merge branch 'boot-2-1'
6 years ago
Spencer Gibb
6d9c42028c
Updates for boot 2.1.0 and reactory-netty 0.8.x
6 years ago
Spencer Gibb
63fb4bfb57
removes appuser
6 years ago
Spencer Gibb
e15ce1b8a0
removes sudo
6 years ago
Spencer Gibb
a5d2b24eb0
Attempt to migrate to circleci 2.0
6 years ago
Spencer Gibb
2bbf748fcd
Calls to filter(collection) will now transform non-Ordered filters to Ordered filters.
...
fixes gh-445
6 years ago
Spencer Gibb
9aac4cb9c8
Rejects requests made on the management server port.
...
fixes gh-477
6 years ago
Spencer Gibb
2c49d49f36
Renames to Tests
6 years ago
Spencer Gibb
b08f8917d2
removes unused imports
6 years ago