- 09 Aug, 2016 4 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
Content-length not properly set when using the FormBodyWrapperFilter
-
Jacques-Etienne Beaudet authored
-
- 08 Aug, 2016 6 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
FormBodyWrapperFilter may add multiples of every multipart part to a request
-
Ryan Baxter authored
Migrate tests to Spring Boot Test 1.4
-
- 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.
-
- 02 Aug, 2016 1 commit
-
-
Michael Hartle authored
-
- 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
-
- 26 Jul, 2016 1 commit
-
-
Michael Hartle authored
Fixed an issue where the pre FormBodyWrapperFilter adds multiples of every multipart part to a request
-
- 21 Jul, 2016 5 commits
-
-
Daniel Lavoie authored
Fixes gh-1205
-
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 1 commit
-
-
Spencer Gibb authored
-