- 03 Aug, 2016 1 commit
-
-
Jacques-Etienne Beaudet authored
Fix an issue where the FormBodyWrapperFilter would encode the form parameters differently than on the original request. The FormBodyWrapperFilter handles the application/x-www-form-urlencoded. In the case of requests received by curl or javascript, the FormHttpMessageConverter will reencode the parameters differently (for example, '(' will be encoded while it's not with the javascript encodeURIComponent method). While this doesn't create any problem, the content length was not properly set in AbstractRibbonCommand. This causes the form params being stripped or the backend server would wait a long time for additional bytes depending on if the content length header was bigger/smaller than the actual data.
-
- 29 Jul, 2016 2 commits
-
-
Ryan Baxter authored
Changed version and group id to use latest OpenFeign release
-
Ryan Baxter authored
-
- 27 Jul, 2016 1 commit
-
-
Dave Syer authored
Fixes gh-1214
-
- 21 Jul, 2016 4 commits
-
-
Dave Syer authored
We need to still assert that the FeignClient is valid (no name and value specified together for instance). Added missing tests.
-
Dave Syer authored
There is a utility method in Spring that we can use to merge all the aliases. That way 4.2 and 4.3 behave the same way. Fixes gh-1192
-
Dave Syer authored
-
Dave Syer authored
-
- 16 Jul, 2016 1 commit
-
-
Spencer Gibb authored
Need to make this class 4.2.x compatible. see gh-1192
-
- 14 Jul, 2016 2 commits
-
-
Ryan Baxter authored
Disable cookie management for RibbonLoadBalancingHttpClient Fixes gh-301
-
Spencer Gibb authored
See gh-1105
-
- 13 Jul, 2016 2 commits
-
-
Ryan Baxter authored
Upgrade Eureka to 1.4.10. Fixes #1180.
-
Ryan Baxter authored
-
- 12 Jul, 2016 1 commit
-
-
Spencer Gibb authored
fixes gh-1175
-
- 11 Jul, 2016 1 commit
-
-
Dave Syer authored
-
- 09 Jul, 2016 1 commit
-
-
Denys Kurylenko authored
-
- 08 Jul, 2016 1 commit
-
-
Ryan Baxter authored
-
- 01 Jul, 2016 4 commits
-
-
Spencer Gibb authored
remove Guava ImmutableMap in favour of Collections.unmodifiab… fixes gh-1155
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Bertrand Renuart authored
Make sanitizeUrlTemplate() protected for easy sub-classing
-
- 29 Jun, 2016 2 commits
-
-
Spencer Gibb authored
fixes gh-1143
-
Spencer Gibb authored
-
- 28 Jun, 2016 2 commits
-
-
Spencer Gibb authored
* orchit-master: Adds ability to disable hostname validation.
-
Patrick Cornelißen authored
Adds property zuul.sslHostnameValidationEnabled to be able to disable the hostname validation in the simpleHostRoutingFilter fixes gh-1057
-
- 27 Jun, 2016 1 commit
-
-
Spencer Gibb authored
This allows developers to customize the request builders for zuul requests to inject headers or modify the request in general. Each zuul request type (RestClient, Apache HttpClient and OkHttp) is supported. fixes gh-1141
-
- 24 Jun, 2016 11 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
Previously ProxyRequestHelper contained a TraceRepository field. This caused zuul apps to fail with a class not found exception if they excluded actuator. This splits TraceRepository functionality into a new TraceProxyRequestHelper that extends ProxyRequestHelper. Auto configuration creates the appropriate ProxyRequestHelper based on the existence or not of actuator classes. fixes gh-1135
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
Also added descriptions to properties. fixes gh-1131
-
Spencer Gibb authored
Made it public and undid other refactorings.
-
Marcin Grzejszczak authored
-
Spencer Gibb authored
-
Spencer Gibb authored
Allows ribbon class name properties to be used to define beans. This seems like boilerplate, but works, though not easily extensible. fixes gh-927
-
- 23 Jun, 2016 3 commits
-
-
Will Tran authored
instead of defaulting to false. Fixes gh-1126
-
Spencer Gibb authored
Adds a OkHttpRibbonCommand and accomanying classes. They should be considered beta. Refactors zuul ribbon command classes and tests. fixes gh-1125
-
Spencer Gibb authored
-