Ryan Baxter
|
f7bac8c6e5
|
Merge pull request #786 from ryanjbaxter/loadbalanced-uri-validation
Validate that we actually have a hostname when using a load balanced URI
|
6 years ago |
Ryan Baxter
|
99e05fa489
|
Validate that we actually have a hostname when using a load balanced URI. Fixes #779
|
6 years ago |
young891221
|
eba10481b5
|
code refactoring
|
6 years ago |
Spencer Gibb
|
88a5d5f334
|
Merge branch 'wangyuheng-master'
|
6 years ago |
wangyuheng
|
f8faee2bcf
|
Adds getting redis configuration from default filter settings.
|
6 years ago |
Spencer Gibb
|
d9649dc3c4
|
Merge branch '2.0.x'
|
6 years ago |
emilnkrastev
|
dfc52c7ad1
|
Fix trailing slash in strip prefix filter (#770)
The existing Strip Prefix filter removes the trailing slash, which causes incoming requests to fail upon hitting the downstream service.
|
6 years ago |
Spencer Gibb
|
8fe231e1d8
|
Merge branch '2.0.x'
|
6 years ago |
artemMartynenko
|
6d2929a289
|
refactor null safety http method resolving for non standard method (#741)
* refactor null safety http method resolving for non standard method
|
6 years ago |
artemMartynenko
|
9803a49cd6
|
refactor null safety http method resolving for non standard method (#741)
* refactor null safety http method resolving for non standard method
|
6 years ago |
young891221
|
ad1dc247dc
|
create HandlerStrategies only one
|
6 years ago |
Spencer Gibb
|
e313040fff
|
Bumps spring cloud build to 2.1.2.BUILD-SNAPSHOT
|
6 years ago |
Spencer Gibb
|
3e50777569
|
Uses HttpClient bean rather than have constructor create it.
|
6 years ago |
Spencer Gibb
|
6a81853ae8
|
trying to fix flakey test
|
6 years ago |
Spencer Gibb
|
9300056f9b
|
Moves lambda to method reference
|
6 years ago |
Spencer Gibb
|
e59318a3a3
|
Moves assertions after body is retrieved
|
6 years ago |
Spencer Gibb
|
97036f5b29
|
more test debugging
|
6 years ago |
Spencer Gibb
|
0a249c4e5e
|
refactors GatewayMetciFilterTests so each test had unique routeId
|
6 years ago |
Spencer Gibb
|
19d34cecc6
|
more test debugging
|
6 years ago |
Spencer Gibb
|
4a04513c51
|
Updates GatewayMetricsFilter order.
so timer finishes after other filters.
fixes gh-763
|
6 years ago |
Spencer Gibb
|
7cf47cb110
|
adds missing test
|
6 years ago |
Spencer Gibb
|
e17f0b46f0
|
removes unused imports
|
6 years ago |
Spencer Gibb
|
2e706e1c89
|
removes unused @Ignore
|
6 years ago |
Spencer Gibb
|
ad8bd2159e
|
Removes headers on retry that were added during failed response.
fixes gh-762
|
6 years ago |
Spencer Gibb
|
ec3c9c7509
|
Documents retry filter does not support body.
fixes gh-761
|
6 years ago |
Spencer Gibb
|
27fc8d3802
|
Adds formatting and debug exception for SpEL parsing.
|
6 years ago |
Spencer Gibb
|
29b3fb4d4d
|
Disables jmx for test
|
6 years ago |
Spencer Gibb
|
38ad61cd7e
|
Removes overridden HiddenHttpMethodFilter bean definition.
Replaces it with environment post processor that disables the bean by
property from boot.
fixes gh-732
|
6 years ago |
Spencer Gibb
|
0cd2c4934e
|
Merge branch '2.0.x'
|
6 years ago |
Spencer Gibb
|
78e82c4ea6
|
Run http headers filters for response after status code is set.
This makes the status code available to the filters.
fixes gh-757
|
6 years ago |
Ryan Baxter
|
b2a12a7177
|
Merge pull request #737 from envious/documentation-type-fix
Fixed type in documentation related to custom filters
|
6 years ago |
Ryan Baxter
|
3b41ee5b7a
|
Merge pull request #722 from ryanjbaxter/use-scheme-from-loadbalancer
Allow isSecure property of LoadBalancer ServiceInstance to determine the scheme of the URL
|
6 years ago |
Usman
|
fc3ccbbdf1
|
Fixed type in documentation related to custom filters
|
6 years ago |
Spencer Gibb
|
4f34127ebb
|
Disables TimeoutException.fillInStackTrace()
|
6 years ago |
Spencer Gibb
|
b4a9bff655
|
Disables TimeoutException.fillInStackTrace()
|
6 years ago |
buildmaster
|
1519bc20f3
|
Going back to snapshots
|
6 years ago |
buildmaster
|
926bdeae01
|
Update SNAPSHOT to 2.1.0.RC3
|
6 years ago |
Ryan Baxter
|
ef14f1543e
|
Merge remote-tracking branch 'origin/2.0.x'
|
6 years ago |
Ryan Baxter
|
383a204bcf
|
Adding documentation on customizing DiscoveryClient predicates and filters. Fixes #637
|
6 years ago |
Ryan Baxter
|
3f3294dfe2
|
Updating readme
|
6 years ago |
Ryan Baxter
|
65f88ca2a4
|
Adding documentation for modify request/response gateway filters. Fixes #714.
|
6 years ago |
Ryan Baxter
|
077b647ec4
|
Allow isSecure property of LoadBalancer ServiceInstance to determine the scheme of the URL. Fixes #641
|
6 years ago |
Spencer Gibb
|
9cfbbaa863
|
Removes todo handled in f06edbaf19
|
6 years ago |
Spencer Gibb
|
5cf981c664
|
Merge branch '2.0.x'
|
6 years ago |
Spencer Gibb
|
f06edbaf19
|
Restores ability to just check for the presence of a header.
fixes gh-715
|
6 years ago |
buildmaster
|
49767d621c
|
Going back to snapshots
|
6 years ago |
buildmaster
|
14e56bdfa0
|
Update SNAPSHOT to 2.1.0.RC2
|
6 years ago |
buildmaster
|
281e9e3031
|
Going back to snapshots
|
6 years ago |
buildmaster
|
3cd23a4c52
|
Update SNAPSHOT to 2.1.0.RC1
|
6 years ago |
Spencer Gibb
|
0a40ac3827
|
Adds missing functionality from merge to add uri variables for multiple hosts.
|
6 years ago |