399 Commits (175f90ac6f720c84610ee3bb46e406203d56eb75)

Author SHA1 Message Date
Spencer Gibb 175f90ac6f
Updates to new reactor netty chunkedTransfer method. 6 years ago
buildmaster 632f92f834 Going back to snapshots 6 years ago
buildmaster d339081628 Update SNAPSHOT to Greenwich.M1 6 years ago
Spencer Gibb 58834daf62
temporarily disables HiddenHttpMethodFilter 6 years ago
Spencer Gibb 46072b42dd
Revert "Merge timout update" 6 years ago
Ryan Baxter afe639d844 Add support for optionally matching trailing / in path predicate. Fixes #511 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
violetagg 466057cd62 Use ReadTimeoutHandler for setting the response timeout (#540) 6 years ago
Ryan Baxter 3a45b85287 Fixing broken test 6 years ago
Spencer Gibb 52ff905d8f
Adds todo 6 years ago
Spencer Gibb cba999a8b6
Adds response timeout test 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 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
Kerwin Bryant cf28327eeb Allows LoadBalancerClientFilter to be extended (#448) 6 years ago
Arpan Das 83a32a087c Adds RequestSizeFilter 6 years ago
Ryan Dawson bc1e549dc8 add x-forwarded-prefix header (#382) 6 years ago
Spencer Gibb eea9510716
Adds option for setting custom content type for modify request body. 6 years ago
Spencer Gibb de86661ca6
Modify request body now uses recalculated content-length header. 6 years ago
Spencer Gibb 6d9c42028c
Updates for boot 2.1.0 and reactory-netty 0.8.x 6 years ago
Spencer Gibb 2bbf748fcd
Calls to filter(collection) will now transform non-Ordered filters to Ordered filters. 6 years ago
Spencer Gibb 9aac4cb9c8
Rejects requests made on the management server port. 6 years ago
Spencer Gibb 2c49d49f36
Renames to Tests 6 years ago
Spencer Gibb b08f8917d2
removes unused imports 6 years ago
Spencer Gibb 8cc6c3b840
Supports relative uri in RedirectTo filter 6 years ago
buildmaster fb05818c85 Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 6 years ago
buildmaster 5e6f06b720 Going back to snapshots 6 years ago
buildmaster fe773fa4df Update SNAPSHOT to 2.0.1.RELEASE 6 years ago
Ryan Baxter 94832d9817 Adding comment clarifying why we are caching the request body 6 years ago
Spencer Gibb 84ddb0050b
Moves Metrics Filter to separate auto-config 6 years ago
Ryan Baxter a25e408398 Autoconfigure GatewayDiscoveryClientAutoConfiguration after CompositeDiscoveryClientAutoConfiguration. Fixes #450. 6 years ago
Spencer Gibb 277958ed65
polish 6 years ago
Ryan Baxter 67de4c3cfa Add logging statement for ClassCastException 6 years ago
Tony Clarke 0b8a84e1b7 Fix bug where metrics fail if actuator is not added as a project dependency 6 years ago
Ryan Baxter 831008f42d Handle ClassCastException 6 years ago
Tony Clarke ca915c9b5a Update metrics with feedback from Ryan and Jon. Metrics are now reported before we send the response back to the client. Hence no need for sleeps in the client side test. 6 years ago
Tony Clarke 22312fb2c1 Add license text and remove commented out test code 6 years ago
Tony Clarke 5f98cad301 Update metrics filter with feedback from ryanjbaxter and jkschneider 6 years ago
Tony Clarke 816761e21f Fix CORS test to only allow GET method 6 years ago
Tony Clarke 8f4a944ea2 Update documenation on how to configure CORS request/response 6 years ago
Tillmann Heigel b54825766a Use the correct code formatter as mentioned by @ryanjbaxter 6 years ago
Tillmann Heigel 23800cbd5c This solves a bug with the ForwardedHeadersFilter (#440) 6 years ago
Tillmann Heigel 84ac4963e8 This proves a bug with the ForwardedHeadersFilter (#440) 6 years ago