- 18 Dec, 2015 11 commits
-
-
Spencer Gibb authored
* invalid_hostname: Added check for invalid hostname
-
Rafael Zanella authored
The exception class has to be "fixed" You may register a serviceId with invalid URI characters (e.g.: '_'), but the URI::getHost() fails when such chars are found.
-
Spencer Gibb authored
* pull734: fixes gh-716 adds option to decode 404s
-
hscholz authored
-
Spencer Gibb authored
* pull663: Case insensitive Content-Encoding check
-
Jettro Coenradie authored
Fixes a problem with a header in the response containing content-encoding in lowercase letters. Uses HttpHeaders for case insensitve check. Also fixes an issue checking if a request is made for gzip content. If headers has more than gzip (ie gzip,deflate,sdch), checks if contains gzip instead of equals to. Fixes gh-662
-
Spencer Gibb authored
-
Spencer Gibb authored
* jkschneider-metrics-gauge-deconflict: Deconflict GaugeService provided by Servo/Spectator integration
-
Jon Schneider authored
-
Dave Syer authored
-
Dave Syer authored
-
- 17 Dec, 2015 2 commits
-
-
Spencer Gibb authored
Now uses spring-cloud-context NamedContextFactory. see https://github.com/spring-cloud/spring-cloud-commons/issues/69
-
Dave Syer authored
We need to use BeanFactoryUtils to search the context hierarchy for custom instances. Fixes gh-733
-
- 16 Dec, 2015 9 commits
-
-
Spencer Gibb authored
Add Servo metric poller and @EnableAtlas test
-
Spencer Gibb authored
Update docs to indicate the need for spring-cloud-starter-atlas
-
Spencer Gibb authored
Minor improvements to error messages for netflix.atlas.uri problems
-
Spencer Gibb authored
* pull699: Add Zuul Proxy regex serviceId to route mapping
-
Stéphane Leroy authored
fixes gh-693
-
Marcin Grzejszczak authored
-
Jon Schneider authored
-
Jon Schneider authored
-
Jon Schneider authored
-
- 15 Dec, 2015 5 commits
-
-
Spencer Gibb authored
* gh-691: Enable configuration of the way HttpClient handles redirects
-
Sébastien Nussbaumer authored
RibbonLoadBalancingHttpClient being IClientConfigAware, it is now initialized within initWithNiwsConfig. The values of the config keys FollowRedirects, ConnectTimeout and ReadTimeout are now respected. Fixes gh-691
-
Spencer Gibb authored
* gh-583: Removing multiple successive slashes
-
kakawait authored
Eliminates zuul URISyntaxException if route has trailing slash. fixes gh-583
-
Spencer Gibb authored
-
- 14 Dec, 2015 3 commits
-
-
Spencer Gibb authored
* pull704: Explicitly set target to feign client name.
-
hscholz authored
fixes gh-703
-
Spencer Gibb authored
fixes gh-717
-
- 12 Dec, 2015 2 commits
-
-
Spencer Gibb authored
Servo, Spectator, and Atlas docs
-
Jon Schneider authored
-
- 03 Dec, 2015 2 commits
-
-
Spencer Gibb authored
redefine isSuccess to 2xx status code series. fixes gh-687
-
Dave Syer authored
Allows POST with a @RequestBody Fixes gh-689
-
- 02 Dec, 2015 3 commits
-
-
Spencer Gibb authored
fixes gh-685
-
Spencer Gibb authored
Rather than pulling them from the generic context. fixes gh-683
-
Spencer Gibb authored
-
- 30 Nov, 2015 3 commits
-
-
Spencer Gibb authored
Add isDebugEnabled() for logging operations
-
alexVengrovsk authored
-
Dave Syer authored
If the management.port is explicitly set to something other than the server.port, we can use it to set the status page and health URL default values. (They can still be overridden by config properties.) If management.port=0 there's not much we can do because we don't know the port number yet when the instance config is created. Fixes gh-425
-