- 30 May, 2018 1 commit
-
-
Jawher Moussa authored
Fixes #2979
-
- 18 May, 2018 1 commit
-
-
ScienJus authored
* Fixed: remove misplaced StringEncoder setting place when dealing with protobuf * test SpringEncoder when protobuf is not in classpath
-
- 14 May, 2018 1 commit
-
-
Mário Buratto authored
* Fixed content length handling issues. (#2894) * Added test setup and cleanup for RequestContext. (#2894)
-
- 02 May, 2018 1 commit
-
-
Ryan Baxter authored
Avoid problems if OKHTTP is not on the classpath. Fixes #2797
-
- 17 Apr, 2018 1 commit
-
-
Ryan Baxter authored
-
- 13 Mar, 2018 1 commit
-
-
Ryan Baxter authored
-
- 23 Feb, 2018 1 commit
-
-
Patrick Way authored
* Retryable Clients should validate the service server and throw an exception if necessary * fixing spelling error * RetryableRibbonLoadBalancingClient should throw a ClientException which can be handled by the RibbonRoutingFilter * moving service instance validation and service instance chooser to the AbstractLoadBalancingClient * Updating RetryCallback within RetryableRibbonLoadBalancingHttpClient to handel Exception
-
- 20 Feb, 2018 1 commit
-
-
Ryan Baxter authored
-
- 19 Feb, 2018 1 commit
-
-
Ryan Baxter authored
* feign compression configuration fixes. Fixes #2462
-
- 07 Feb, 2018 1 commit
-
-
Ryan Baxter authored
-
- 30 Jan, 2018 1 commit
-
-
Ryan Baxter authored
-
- 25 Jan, 2018 2 commits
-
-
Patrick Way authored
Allowing RibbonLoadbalancedRetryPolicy to update ServerStats for circuit tripping exceptions (#2483) * Allowing RibbonLoadbalancedRetryPolicy to update ServerStats for circuit tripping exceptions
-
saga authored
-
- 22 Jan, 2018 1 commit
-
-
saga authored
Prevent RibbonRoutingFilter throws exceptions when Http status codes are non-standard(Against the 1.4.x branches) (#2671) * This PR fixes #2639 and against the 1.4 branches
-
- 19 Jan, 2018 1 commit
-
-
Ryan Baxter authored
-
- 18 Jan, 2018 1 commit
-
-
Ryan Baxter authored
-
- 17 Jan, 2018 2 commits
-
-
Ryan Baxter authored
Fixes #2625
-
Ryan Baxter authored
-
- 11 Jan, 2018 1 commit
-
-
Ryan Baxter authored
Set hystrix timeout for Zuul routes based on whether the hystrix command timeout, default timeout, or ribbon timeouts are set. Fixes #2606 (#2633)
-
- 08 Jan, 2018 1 commit
-
-
Ryan Baxter authored
-
- 04 Jan, 2018 1 commit
-
-
saga authored
-
- 03 Jan, 2018 1 commit
-
-
Ryan Baxter authored
-
- 15 Dec, 2017 1 commit
-
-
Craig Rueda authored
* InputStream should always be closed after reading contents from upstreams
-
- 08 Dec, 2017 1 commit
-
-
Ryan Baxter authored
* Fixes double encoding when creating secure URLs. Fixes #2478.
-
- 20 Nov, 2017 1 commit
-
-
Yongsung Yoon authored
* Add support loadBalancerKey in RibbonRoutingFilter * Add documentation about how to provide a loadBalancerKey to Ribbon * Add integrationtest for RibbonRoutingFilter's loadBalancerKey support
-
- 17 Nov, 2017 1 commit
-
-
Ryan Baxter authored
* Adds backoff policies when retrying requests. Fixes #2195 * fixing final variable
-
- 07 Nov, 2017 1 commit
-
-
Ryan Baxter authored
-
- 06 Nov, 2017 1 commit
-
-
Ryan Baxter authored
-
- 23 Oct, 2017 1 commit
-
-
Gregor Zurowski authored
* Add new Zuul filters endpoint and refactor routes endpoint * Refactor FiltersEndpoint - Extend from AbstractEndpoint and simplify code - Move tests classes into package endpoint - Remove usage of Lombok * Conditionally enable Zuul routes and filters endpoints * Provide FilterRegistry to FiltersEndpoint via constructor
-
- 18 Oct, 2017 1 commit
-
- 17 Oct, 2017 1 commit
-
-
Spencer Gibb authored
-
- 25 Sep, 2017 2 commits
-
-
Andre Dörnbrack authored
Modfied RibbonCommandContext to make request entity resettable. fixes gh-892
-
Ryan Baxter authored
* Remove @EnableDiscoveryClient and @EnableEurekaClient as there are now optional. Fixes #2241.
-
- 22 Sep, 2017 1 commit
-
-
Matt Bray authored
According to: https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/bind/annotation/RequestMapping.html#headers-- the `headers` field can take several formats: 1. Require the header with a concrete value: `"My-Header=myValue"` 2. Require the header with any value: `"My-Header"` 3. Require the header is absent: `"!My-Header"` 4. Require the header with a negated value : `"My-Header!=myValue"` This fixes `parseHeaders` for cases 2-4 (which previously threw a `StringIndexOutOfBoundsException`). Fixes gh-1778.
-
- 12 Sep, 2017 1 commit
-
-
Spencer Gibb authored
-
- 11 Sep, 2017 1 commit
-
-
spccold authored
* simplify org.springframework.cloud.netflix.zuul.filters.ProxyRequestHelper#setResponse * Update ProxyRequestHelper.java
-
- 08 Sep, 2017 1 commit
-
-
Ryan Baxter authored
-
- 07 Sep, 2017 1 commit
-
-
Dominik Mostek authored
Cause can now be propagated to fallback provider in order to respond accordingly to a exception type. New interface is introduced in order not to break any existing falback providers.
-
- 31 Aug, 2017 2 commits
-
-
Tom Cawley authored
* Introduce getRoutesMap() so subclasses can have read/write access to configured/discovered routes.
-
Spencer Gibb authored
-