Ryan Baxter
384c9b9725
Merge branch 'master' of https://github.com/spring-cloud/spring-cloud-netflix
2017-02-15 13:43:02 -05:00
Ryan Baxter
981fa5db9a
Merging PR #1689 into master
2017-02-15 13:42:46 -05:00
Ryan Baxter
c417a9a55e
Merge pull request #1695 from ryanjbaxter/uri-equal-to-empty-string
...
Adds a check for an empty URI in updateToHttpsIfNeeded
2017-02-14 15:33:12 -05:00
Ryan Baxter
52ab4d3ecd
Adds a check for an empty URI in updateToHttpsIfNeeded. Fixes #1690 .
2017-02-14 14:50:55 -05:00
Ryan Baxter
62bc2758eb
Merge pull request #1694 from ryanjbaxter/default-zuul-fallbackprovider
...
Add the ability to provide a default ZuulFallbackProvider
2017-02-14 14:42:09 -05:00
Ryan Baxter
731c8bf0fd
Add the ability to provide a default ZuulFallbackProvider. Fixes #1506
2017-02-14 13:59:25 -05:00
Erik Kringen
d78da7b994
Add support for Feign.SetterFactory ( #1673 )
...
Fixes gh-1414
2017-02-10 13:37:17 -05:00
Roman Terentiev
c795bd16a7
#1203 Improve filter performance by using only one instance of AllEncompassingFormHttpMessageConverter ( #1681 )
2017-02-10 12:25:27 -05:00
Spencer Gibb
7237275f5d
polish
2017-02-10 10:14:12 -07:00
Johannes Edmeier
3e7b196950
Close response on errors writing to the outputStream ( #1372 )
...
Currently all errors during writing to the outputStream are ignored. So the
response is read to the end. This is a problem when the response is
infite or very long running (`hystrix.stream` for example) and results in the
socket never being closed and eating up threads (on zuul and the proxied
backend). With this commit the errors during writing are not ignored resulting
in closing the response.
2017-02-10 12:12:26 -05:00
Ryan Baxter
919c8fa72a
Merge pull request #1678 from lowzj/master-RequestParam
...
fix gh-1672, support @RequestParam without a value
2017-02-09 19:38:00 -05:00
Ryan Baxter
bcb97bce1c
Merging PR #1680 into master
2017-02-09 15:12:19 -05:00
Ryan Baxter
64d8883210
Adding missing commit from #1457
2017-02-09 14:29:40 -05:00
Ryan Baxter
0af99769ad
Adding missing commit from PR #1457
2017-02-09 14:29:12 -05:00
lowzj
c8fded80d5
fix gh-1672, support @RequestParam without a value
2017-02-09 13:58:30 +08:00
Spencer Gibb
c6a3157fd8
Adds information on RibbonRoutingFilter HTTP Clients
2017-02-08 20:55:08 -07:00
Ben Klein
8afb02cf03
Zuul Developer Guide: minor edits
2017-02-08 21:20:16 -06:00
Spencer Gibb
675e4c1031
Adds example zuul filters.
2017-02-08 19:47:57 -07:00
Spencer Gibb
d21d03b738
initial zuul developer guide
2017-02-08 18:53:21 -07:00
Spencer Gibb
ff70c08fb9
More zuul constant and javadoc updates
2017-02-08 18:52:41 -07:00
Spencer Gibb
506a9a44af
Move many zuul strings to FilterConstants.
...
Also adds minimal javadoc to classes.
See gh-1435
2017-02-08 12:09:53 -07:00
Spencer Gibb
10e8634d38
add additional conditional on class in case of webflux
2017-02-08 10:29:32 -07:00
Spencer Gibb
a1577127b7
hopefully fix flaky test
2017-02-06 21:11:25 -07:00
Spencer Gibb
5a1f1d2c64
Remove unused import.
2017-02-06 20:20:22 -07:00
Ryan Baxter
a915651797
Merge pull request #1670 from bijukunjummen/gh-1641
...
gh-1641: Fixed instructions for configuring EurekaIntanceConfig in AWS
2017-02-06 11:20:11 -05:00
Biju Kunjummen
133d054fc8
Fixed instructions for configuring EurekaIntanceConfig in AWS
2017-02-03 22:50:30 -08:00
Eloi
c87f6ca983
delegate to the library httpclient parse the content type ( #1664 )
...
Fixes gh-1663
2017-02-02 11:05:01 -05:00
Spencer Gibb
a2e1836e24
Merge pull request #1656 from sbley/master
...
* pull1656:
Separate adding X-ForwardedProto header
2017-02-01 15:33:13 -07:00
Stefan Bley
53649f6020
Separate adding X-ForwardedProto header
...
Add X-Forwarded-Proto header in Zuul PreDecorationFilter even with X-Forwarded-Host header being absent
2017-02-01 15:33:00 -07:00
Spencer Gibb
601e220411
implement Registration.getServiceId()
2017-02-01 13:45:05 -07:00
Ryan Baxter
ed6c4b1925
Revert "Version changes for 1.3.0.M1"
...
This reverts commit 46ee0ce161 .
2017-01-27 14:25:34 -05:00
Ryan Baxter
46ee0ce161
Version changes for 1.3.0.M1
2017-01-27 13:02:13 -05:00
Ryan Baxter
71b3110acf
Updating config and stream versions for Dalston
2017-01-27 12:01:33 -05:00
Eloi
e6f2db70ef
Maintain content type for data parts in multipart requests ( #1614 )
...
maintain multipart content type for data parts
Fixes gh-1581
2017-01-27 10:26:11 -05:00
Matt Sicker
65829c437c
Fix docs about @Configuration with @FeignClient ( #1650 )
...
As discovered in #1643 , using `@Configuration` on a custom configuration with `@FeignClient` is unnecessary and creates extra work for exclusion from a `@ComponentScan`. This updates the docs to make this explicit.
2017-01-26 11:40:58 -05:00
Spencer Gibb
f27defbdf4
Make sure service-registry actuator is activated.
2017-01-25 15:15:46 -07:00
Spencer Gibb
41bf8eadfd
Rename RESET_OVERRIDE to CANCEL_OVERRIDE
2017-01-25 14:23:34 -07:00
Spencer Gibb
d76bd84466
Handle content-type with charset.
...
A new version of httpclient introduced by boot changed the behaviour that previously allowed the charset. It now has to be parsed out and passed to the apache `ContentType` object explicitly.
fixes gh-1649
2017-01-25 11:47:11 -07:00
Ryan Baxter
ca244c5dbb
Merge pull request #1637 from tmack8001/zuul-route-constructor-custom-sensitive-headers
...
ZuulProperties.ZuulRoute consturctor missing explicitly setting of customSensitiveHeaders boolean
2017-01-23 09:38:44 -05:00
Trevor Mack
ff0ac568f4
addressing issues/1636 ZuulProperties.ZuulRoute consturctor missing explicitly setting of customSensitiveHeaders boolean when provided with sensitiveHeaders
2017-01-21 23:12:45 -08:00
Spencer Gibb
5d0b2fae86
Ignore misbehaving test
2017-01-20 13:42:04 -07:00
Spencer Gibb
f8a8b3cf31
Fix broken test logic, rather than >= should be <=
2017-01-20 13:41:49 -07:00
Jin Zhang
88396411f7
improve efficiency of SendResponseFilter#addResponseHeaders() ( #1622 )
2017-01-20 15:08:38 -05:00
Ryan Baxter
42931f9300
Merge pull request #1626 from ryanjbaxter/apply-formatter-to-collections-1526
...
Remove check that does not apply Formatters to Collections
2017-01-17 11:44:26 -05:00
Ryan Baxter
a5bd17c0c0
Remove check that does not apply Formatters to Collection in Feign Client parameters. Fixes #1526
2017-01-17 11:16:25 -05:00
Spencer Gibb
a5e5f81d88
Changes equals assertion to greaterThanOrEquals.
...
Hopefully this fixes flaky tests.
2017-01-16 11:41:45 -07:00
Spencer Gibb
66da2d8f48
Merge pull request #1586 from Infrag/master
...
* pull1586:
Adds composed @RequestMapping annotations support
2017-01-13 14:03:52 -07:00
Ondřej Božek
b619ee00bf
Adds composed @RequestMapping annotations support
...
Fixed short circuit condition to correctly detect @RequestMapping shortcuts (@GetMapping, @PostMaping etc.)
Fixes gh-1201
2017-01-13 14:03:37 -07:00
Johannes Edmeier
899d8bc24d
Add CompositeRouteLocator ( #1448 )
...
Configure a CompositeRouteLocator by default so it is easier to compose
multiple RouteLocators.
2017-01-12 16:38:01 -05:00
Spencer Gibb
bf586ba2cb
polish
2017-01-12 14:32:57 -07:00