- 16 Aug, 2016 6 commits
-
-
Stefan Fussenegger authored
- add zuul.add-host-header property to add Host header - add port to X-Forwarded-Host as defined in RFC 7239 - extract PreDecorationFilter.filterOrder() into a public constant fixes gh-1108
-
Spencer Gibb authored
-
Stéphane Lagraulet authored
Add a check to current context as contentLength is already in the context Get content length from Headers when RibbonCommandContext is built + add tests Use request content length RibbonRoutingFilter Add documentation for new zuul.ribbonIsolationStrategy property fixes gh-339
-
Jin Zhang authored
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's: - finding out what is the current branch (e.g. 1.0.x) - finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth) - pulling the changes from gh-pages after checkout - finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop) - in gh-pages creating a folder with name of the branch (e.g. /1.0.x) copying all the docs/target/generated-docs/ to that folder - if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/)
-
- 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 8 commits
-
-
Spencer Gibb authored
fixes gh-1157
-
Spencer Gibb authored
-
Ryan Baxter authored
-
Ryan Baxter authored
-
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 7 commits
-
-
Daniel Lavoie authored
Fix issue gh-1054
-
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 4 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
-