- 11 Oct, 2016 6 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
Fixes gh-1374
-
Spencer Gibb authored
* pull1370: Warning for GC Overhead Limit Reached with servo.
-
mg authored
Fixes gh-947
-
Spencer Gibb authored
-
Max Ishchenko authored
Secure ribbon urls were forced to use https scheme via UriComponentsBuilder, that was created from original uri. This transformation url encoded previously encoded url parts that were used to create builder. This was introduced in c883495f. This change fixes double url encoding using RibbonUtils.updateToHttpsIfNeeded that fixes double escaping case and corner case with '+' in url as well. Fixes gh-1382
-
- 10 Oct, 2016 2 commits
-
-
Ryan Baxter authored
This reverts commit 99b86e7a.
-
Ryan Baxter authored
-
- 06 Oct, 2016 1 commit
-
-
Spencer Gibb authored
@Autowired causes NullPointerExceptions because of some unknown lifecycle issues. fixes gh-1366
-
- 05 Oct, 2016 4 commits
-
-
Spencer Gibb authored
Previously, parameter names with colons (ie foo:bar), caused an IllegalArgumentException because 41c36400 introduced UriTemplate to properly encode. fixes gh-1193
-
Spencer Gibb authored
-
bpicode authored
Adds `@FeignClient.fallbackFactory` to define a `feign.hystrix.FallbackFactory`. fixes gh-1117
-
Spencer Gibb authored
-
- 04 Oct, 2016 1 commit
-
-
Mathias Düsterhöft authored
* add config option to not ignore security headers * fix field documentation of ignoreSecurityHeaders * add documenation for zuul.ignoreSecurityHeaders fixes gh-1096
-
- 03 Oct, 2016 2 commits
-
-
Ryan Baxter authored
Helps with the confusion seen in #1365
-
Jacques-Etienne Beaudet authored
RibbonUtils now replace the encoded space character '+' in the query string in favor of the equivalent '%20' when rewriting the URI in https. This is due to UriComponentsBuilder verifying the allowed characters in the encoded URI when building to the URI java.net class. The '+' is considered illegal but is widely used in the field. (#1367)
-
- 23 Sep, 2016 2 commits
-
-
Spencer Gibb authored
Moved common functionality to AbstractLoadBalancingClient
-
Spencer Gibb authored
Uses ribbon settings to set MaxConnTotal and MaxConnPerRoute. Also allows user to create a custom HttpClient as a constructor argument. fixes gh-1149
-
- 22 Sep, 2016 5 commits
-
-
Spencer Gibb authored
This eliminates them being created for every zuul request. Also makes properties consistent accross modules: ribbon.httpclient.*, ribbon.restclient.* and ribbon.okhttp.* fixes gh-1150
-
Ryan Baxter authored
-
Ryan Baxter authored
This reverts commit 088afa6d.
-
Ryan Baxter authored
-
Dave Syer authored
Fixes XXE vulnerability in Eureka Server (external entity processing on by default in older versions of the library).
-
- 21 Sep, 2016 1 commit
-
-
Ryan Baxter authored
-
- 20 Sep, 2016 2 commits
- 19 Sep, 2016 4 commits
-
-
Marcin Grzejszczak authored
-
Marcin Grzejszczak authored
-
Dave Syer authored
-
Marcin Grzejszczak authored
-
- 16 Sep, 2016 4 commits
-
-
Spencer Gibb authored
* improve-formbodywrapperfilter-test: Add test on FormBodyWrapperFilter to avoid regressions (#1171)
-
Julien Roy authored
-
Niklas Herder authored
Allow override of /hystrix.stream location via management.port metadata.
-
Matthew Jenkins authored
Use statusPage/healthCheckUrlPath w/ custom management.port Added RelaxedPropertyResolver to handle multiple valid formats for eureka properties. Added tests. Fixes gh-1348
-
- 15 Sep, 2016 3 commits
-
-
Spencer Gibb authored
-
rockinrimmer authored
* Check if object is already a ResponseEntity, if so return instead of wrapping in another ResponseEnitiy. Which caused headers and status code from original ResponseEnitiy to be lost and for body to be output with whole ResponseEntity instead of just the body * added test
-
Marcin Grzejszczak authored
-
- 13 Sep, 2016 1 commit
-
-
Ryan Baxter authored
-
- 12 Sep, 2016 1 commit
-
-
Spencer Gibb authored
Rather than hard code the default maxSemaphores for zuul use the already defined `zuul.semaphore.maxSemaphores` property. fixes gh-1332
-
- 08 Sep, 2016 1 commit
-
-
Ryan Baxter authored
Fix lastFetch status calculation.
-