Ryan Baxter
208a741823
Merge pull request #1732 from utsman/master
...
Refactor ZoneUtils class
8 years ago
utsman
c953d59b5a
Refactor ZoneUtils class
8 years ago
Spencer Gibb
c0fefc4d1a
Update feign to version 9.4.0
...
fixes gh-1731
8 years ago
Ryan Baxter
0fcc979fe1
Merge pull request #1730 from utsman/rm-dupl-check
...
Remove duplicate null check
8 years ago
utsman
cb9d9bd8a1
Remove duplicate null check
8 years ago
Ryan Baxter
1d5a68c9e7
Merge pull request #1728 from utsman/fix-typo
...
Fixed typo
8 years ago
utsman
8e3f45b899
Fixed typo
8 years ago
Ryan Baxter
ea87b9bfc2
Merge branch 'master' of https://github.com/spring-cloud/spring-cloud-netflix
8 years ago
Ryan Baxter
df91ff7735
using apache commons logger
8 years ago
Spencer Gibb
652fe97a1b
fix logger
8 years ago
Ryan Baxter
06565765b8
removing unused imports
8 years ago
Ryan Baxter
fc9c7dcdfc
clearing context during setup
8 years ago
Ryan Baxter
72f1ce9096
added logging to test
8 years ago
Ryan Baxter
0abf69dc1d
Merge pull request #1709 from ryanjbaxter/make-feign-retry-optional
...
Make the use of Spring Retry optional when using Feign
8 years ago
Ryan Baxter
a4f30ebf1d
Make the use of Spring Retry optional when using Feign. Fixes #1708
8 years ago
Tomasz Juchniewicz
ed137a93ce
Fix encoding issue in SpringEncoder for binary data ( #1699 )
...
* Fix encoding issue in SpringEncoder for binary data
Fixes gh-1698
* Fix encoding issue in SpringEncoder for binary data
Fixes gh-1698
* Fix encoding issue in SpringEncoder for binary data
Add unit test.
Fixes gh-1698
8 years ago
Lars
e73ee5f690
Refactors zuul tests for better readability. ( #1686 )
...
* Refactors tests for better readability. Polishes imports. Removes hostname and port from TestRestTemplate-calls. Introduces @LocalServerPort
8 years ago
Ryan Baxter
de886d6c3d
Merge branch 'master' of https://github.com/spring-cloud/spring-cloud-netflix
8 years ago
Ryan Baxter
050d5f898f
Porting changes that remove RetryTemplate from FeignLoadBalancer constructor from 1.2.x branch
8 years ago
Spencer Gibb
e3341a19cd
Add @FeignClient(primary)
...
Adds the ability to turn off Spring Cloud Netflix making the feign instances as primary.
fixes gh-1016
8 years ago
Spencer Gibb
8f5e3ad7c0
polish
8 years ago
Ryan Baxter
384c9b9725
Merge branch 'master' of https://github.com/spring-cloud/spring-cloud-netflix
8 years ago
Ryan Baxter
981fa5db9a
Merging PR #1689 into master
8 years ago
Ryan Baxter
c417a9a55e
Merge pull request #1695 from ryanjbaxter/uri-equal-to-empty-string
...
Adds a check for an empty URI in updateToHttpsIfNeeded
8 years ago
Ryan Baxter
52ab4d3ecd
Adds a check for an empty URI in updateToHttpsIfNeeded. Fixes #1690 .
8 years ago
Ryan Baxter
62bc2758eb
Merge pull request #1694 from ryanjbaxter/default-zuul-fallbackprovider
...
Add the ability to provide a default ZuulFallbackProvider
8 years ago
Ryan Baxter
731c8bf0fd
Add the ability to provide a default ZuulFallbackProvider. Fixes #1506
8 years ago
Erik Kringen
d78da7b994
Add support for Feign.SetterFactory ( #1673 )
...
Fixes gh-1414
8 years ago
Roman Terentiev
c795bd16a7
#1203 Improve filter performance by using only one instance of AllEncompassingFormHttpMessageConverter ( #1681 )
8 years ago
Spencer Gibb
7237275f5d
polish
8 years ago
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.
8 years ago
Ryan Baxter
919c8fa72a
Merge pull request #1678 from lowzj/master-RequestParam
...
fix gh-1672, support @RequestParam without a value
8 years ago
Ryan Baxter
bcb97bce1c
Merging PR #1680 into master
8 years ago
Ryan Baxter
64d8883210
Adding missing commit from #1457
8 years ago
Ryan Baxter
0af99769ad
Adding missing commit from PR #1457
8 years ago
lowzj
c8fded80d5
fix gh-1672, support @RequestParam without a value
8 years ago
Spencer Gibb
c6a3157fd8
Adds information on RibbonRoutingFilter HTTP Clients
8 years ago
Ben Klein
8afb02cf03
Zuul Developer Guide: minor edits
8 years ago
Spencer Gibb
675e4c1031
Adds example zuul filters.
8 years ago
Spencer Gibb
d21d03b738
initial zuul developer guide
8 years ago
Spencer Gibb
ff70c08fb9
More zuul constant and javadoc updates
8 years ago
Spencer Gibb
506a9a44af
Move many zuul strings to FilterConstants.
...
Also adds minimal javadoc to classes.
See gh-1435
8 years ago
Spencer Gibb
10e8634d38
add additional conditional on class in case of webflux
8 years ago
Spencer Gibb
a1577127b7
hopefully fix flaky test
8 years ago
Spencer Gibb
5a1f1d2c64
Remove unused import.
8 years ago
Ryan Baxter
a915651797
Merge pull request #1670 from bijukunjummen/gh-1641
...
gh-1641: Fixed instructions for configuring EurekaIntanceConfig in AWS
8 years ago
Biju Kunjummen
133d054fc8
Fixed instructions for configuring EurekaIntanceConfig in AWS
8 years ago
Eloi
c87f6ca983
delegate to the library httpclient parse the content type ( #1664 )
...
Fixes gh-1663
8 years ago
Spencer Gibb
a2e1836e24
Merge pull request #1656 from sbley/master
...
* pull1656:
Separate adding X-ForwardedProto header
8 years ago
Stefan Bley
53649f6020
Separate adding X-ForwardedProto header
...
Add X-Forwarded-Proto header in Zuul PreDecorationFilter even with X-Forwarded-Host header being absent
8 years ago