- 11 Aug, 2016 2 commits
-
-
Stéphane Lagraulet authored
-
Stéphane Lagraulet authored
-
- 10 Aug, 2016 9 commits
-
-
Spencer Gibb authored
-
Ryan Baxter authored
Expose security context to any Hystrix command.
-
Spencer Gibb authored
* pull1242: Add @Qualifier customization for @FeignClient
-
Mike Liu authored
Changed test to use @Qualifier. Add documentation to reference the new attribute.
-
Spencer Gibb authored
-
libetl authored
fixes gh-1240
-
Spencer Gibb authored
* pull1244: Fixed double-encoding issue in RibbonClientConfiguration
-
Scott Oster authored
fixes gh-1241
-
Ryan Baxter authored
-
- 09 Aug, 2016 11 commits
-
-
Spencer Gibb authored
fixes gh-1157
-
Spencer Gibb authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Stéphane Lagraulet authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Stéphane Lagraulet authored
Conflicts: spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/zuul/filters/route/support/AbstractRibbonCommand.java
-
Ryan Baxter authored
Content-length not properly set when using the FormBodyWrapperFilter
-
Stéphane Lagraulet authored
-
Jacques-Etienne Beaudet authored
-
- 08 Aug, 2016 9 commits
-
-
Daniel Lavoie authored
Fix issue gh-1054
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Stéphane Lagraulet authored
Conflicts: spring-cloud-netflix-core/src/test/java/org/springframework/cloud/netflix/zuul/filters/route/okhttp/OkHttpRibbonCommandIntegrationTests.java
-
Stéphane Lagraulet 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
-
- 05 Aug, 2016 1 commit
-
-
Stéphane Lagraulet authored
-
- 03 Aug, 2016 2 commits
-
-
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.
-
Stéphane Lagraulet authored
-
- 02 Aug, 2016 2 commits
-
-
Stéphane Lagraulet authored
-
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
-