- 08 Mar, 2016 3 commits
-
-
Spencer Gibb authored
fixes gh-886
-
Dave Syer authored
-
Spencer Gibb authored
fixes gh-882
-
- 07 Mar, 2016 4 commits
-
-
Spencer Gibb authored
fixes gh-880
-
Spencer Gibb authored
-
Spencer Gibb authored
I'm not sure that is a good thing though.
-
Dave Syer authored
-
- 04 Mar, 2016 5 commits
-
-
Spencer Gibb authored
-
Dave Syer authored
Fixes gh-873
-
Dave Syer authored
-
Dave Syer authored
For compatiblity with Angel streams we only need to set the content type explicitly. Fixes gh-873
-
Dave Syer authored
Consistent with Spring MVC (and untested up to now apparently). Fixes gh-874
-
- 03 Mar, 2016 4 commits
-
-
Dave Syer authored
Fixes gh-872
-
Dave Syer authored
i.e. user sends multiple files with the same parameter name. Fixes gh-870
-
Spencer Gibb authored
fixes gh-731
-
Spencer Gibb authored
fixes gh-695
-
- 02 Mar, 2016 4 commits
-
-
Spencer Gibb authored
fixes gh-542
-
Spencer Gibb authored
-
Dave Syer authored
-
Dave Syer authored
-
- 01 Mar, 2016 2 commits
-
-
Spencer Gibb authored
fixes gh-857
-
Spencer Gibb authored
Upgrade RxJava to 1.1.1 fixes gh-866
-
- 29 Feb, 2016 1 commit
-
-
Spencer Gibb authored
fixes gh-859
-
- 26 Feb, 2016 2 commits
-
-
Spencer Gibb authored
fixes gh-530
-
Spencer Gibb authored
-
- 25 Feb, 2016 4 commits
-
-
Dave Syer authored
By default we now discard all Set-Cookie and Cookie headers. User can manipulate it per route via zuul.routes.*.sensitiveHeaders, or globally via zuul.ignoredHeaders.
-
Dave Syer authored
-
Dave Syer authored
-
Spencer Gibb authored
fixes gh-854
-
- 24 Feb, 2016 4 commits
-
-
Spencer Gibb authored
fixes gh-847
-
Dave Syer authored
Latest Eureka from Netflix uses a different HTTP client, and it ignores the HTTP basic credentials in a service URL. This change partially restores the old behaviour by providing an interceptor (ClientFilter) that has a single, global username/password taken from the first serviceUrl that contains credentials. Fixes gh-849
-
Dave Syer authored
Any client that wants to can include it back again, but generally it only causes problems (XML returned from apps instead of JSON by Spring MVC for instance). In general it only causes problems for services whose clients use "Accept: application/xml,*/*", for instance (like a browser). See gh-306
-
Dave Syer authored
Eureka now has the option (maybe always there) to not register and that's a sensible default in the bootstrap phase (when we might not know the port yet).
-
- 23 Feb, 2016 7 commits
-
-
Dave Syer authored
Some slightly tricky manipulation involved here, but hopefully UriTemplate to the rescue. Fixes gh-682
-
Matt Benson authored
Automatically registers Spring conversion-based Feign Expanders when available Fixes gh-841
-
Matt Benson authored
Spring MVC Feign Contract did not support parameter name fallback for the #value() attributes of known parameter annotations. Makes this feature available when the interface has been compiled with the Java 8 -parameters compiler arg Fixes gh-835
-
Matt Benson authored
Supports Spring REST parameter annotations considered only #value() members without respecting @AliasFor meta-annotations. Address by passing a Spring-synthesized annotation to individual AnnotatedParameterProcessors. This approach has the benefit of impacting present as well as any future implementations alike. Fixes gh-828
-
Dave Syer authored
-
Dave Syer authored
It seems like a generic feature to me (not specific to the proxy), so logically it should live in the base class. Fixes gh-844