Spencer Gibb
fa5f9212e0
Removed errant code
5 years ago
Spencer Gibb
991677b733
Merge branch '2.2.x'
5 years ago
Spencer Gibb
6a2af16ff8
Avoid concurrent modification errors by copying list of filters.
...
Fixes gh-1073
5 years ago
Spencer Gibb
2a42b79879
Removes Hystrix mentions from documentation
5 years ago
Spencer Gibb
b113a0279d
Merge branch '2.2.x'
5 years ago
Mikhail Tatyushev
7875ba5fff
Fix typos in docs
...
fixes gh-1638
fixes gh-1639
5 years ago
Spencer Gibb
22e2fbaae3
Merge branch '2.2.x'
5 years ago
SpaceFox
d585f51557
Adds filter naming convention documentation
...
fixes gh-1859
fixes gh-1636
5 years ago
Spencer Gibb
878b16d96b
Removes hystrix routes brought back during merge
5 years ago
Spencer Gibb
e5b1ca84eb
Merge branch '2.2.x'
5 years ago
Spencer Gibb
cf13c284e1
formatting
5 years ago
ukayani
73b01f81e6
Preserves the order of route definitions.
...
This preserves the order in which route definitions are composited together and likewise for routes this would ensure that route definitions from properties do not lose their relative ordering.
Fixes gh-1660
5 years ago
Spencer Gibb
429a44f942
Adds CookieRoutePredicateFactoryIntegrationTests
5 years ago
Spencer Gibb
5718f85a15
Fixes rough ordering of routes by id alphabetically.
5 years ago
Marcin Grzejszczak
439a91282a
Updated docs
5 years ago
Spencer Gibb
041a8dc08f
Bumps build to 2.3.0.BUILD-SNAPSHOT
5 years ago
Spencer Gibb
77a301e062
Merge branch '2.2.x'
5 years ago
Spencer Gibb
25e1101f1a
Adds spring-boot-starter-validation
5 years ago
Spencer Gibb
c0822c0874
Merge branch '2.2.x'
5 years ago
Spencer Gibb
8519eeb11a
Updates test verification
5 years ago
Ryan Baxter
0a9afd12e3
Updating message in test
5 years ago
Spencer Gibb
02b7411597
Fixes test to check rawquery values.
...
Since https://github.com/joel-costigliola/assertj-core/issues/1699 assertj uses the raw query instead of the encoded one.
fixes gh-1551
5 years ago
Spencer Gibb
16a1ce5ad8
Bumps build to 2.2.4.BUILD-SNAPSHOT
5 years ago
Ryan Baxter
dc25567fd8
Updating message in test
5 years ago
Ryan Baxter
fef29ad375
Merge remote-tracking branch 'origin/2.2.x'
5 years ago
Ryan Baxter
863a82ec94
Fixing forwarded for properties. Fixes #1603
5 years ago
Spencer Gibb
d6347be261
Merge branch '2.2.x'
5 years ago
Spencer Gibb
941c4b5fc6
Merge branch '1610' into 2.2.x
5 years ago
Nikita Konev
10479fa821
Sets maxFramePayloadLength and proxyPing for WebSocketService.
...
It does this by reusing WebSocket properties for a new `ReactorNettyRequestUpgradeStrategy` bean.
Fixes gh-1610
Fixes gh-1611
5 years ago
Spencer Gibb
2428b5f004
Merge branch '2.2.x'
5 years ago
Spencer Gibb
2a7426025e
Replaces doOnSuccessOrError with doOnSuccess or doOnError
...
fixes gh-1538
5 years ago
themoffster
a54b9b88e5
Fix RemoveRequestParameterGatewayFilterFactory to deal with query params which require encoding ( #1613 )
...
The RemoveRequestParameterGatewayFilterFactory class builds up a new URI once it removes the request parameter outlined in the filter config, however currently expects the remaining
request parameters to all be encoded and the are not.
When the request query params are determined, they are decoded in AbstractServerHttpRequest and are not subsequently encoded again before
the filter builds up the URI.
Currently when the remaining request parameters have a character which requires encoding, you get an "Invalid character ' ' for QUERY_PARAM"
error.
Co-authored-by: Alan Moffat <alan.moffat@ros.gov.uk>
5 years ago
Spencer Gibb
7b1a4ac9e2
Updates docs branches
5 years ago
buildmaster
db2808eee6
Bumping versions
5 years ago
Spencer Gibb
a9284414fd
Merge branch '2.2.x'
5 years ago
Spencer Gibb
98287d530a
Formatting
5 years ago
Spencer Gibb
5d8ef981f3
Removes duplicate entry
5 years ago
Tobias Gies
5f48b1d253
Falls back to unresolved hostname in ForwardedHeadersFilter to prevent NPE.
...
fixes gh-1601
5 years ago
buildmaster
97a87144ff
Bumping versions to 2.2.3.BUILD-SNAPSHOT after release
5 years ago
buildmaster
4404a22ca7
Going back to snapshots
5 years ago
buildmaster
a5e3cb7eb9
Update SNAPSHOT to 2.2.2.RELEASE
5 years ago
Spencer Gibb
7eb929a7c1
Removes deprecations.
...
Fixes gh-698
5 years ago
Spencer Gibb
03300737b5
Adds support for spring.codec.* in modify request body filter.
...
Also adds test for support added in modify response.
Fixes gh-1596
5 years ago
Spencer Gibb
3d2be39670
Adds support for spring.codec.* in modify request body filter.
...
Also adds test for support added in modify response.
Fixes gh-1596
5 years ago
buildmaster
a8a8d545a9
Bumping versions
5 years ago
Spencer Gibb
ad228e611c
Merge branch '2.2.x'
5 years ago
Spencer Gibb
1d241a83d1
Proxy websocket ping frames.
...
fixes gh-729
5 years ago
Spencer Gibb
52c3fd97fe
formatting
5 years ago
Spencer Gibb
b174662f81
Merge branch '2.2.x'
5 years ago
Ruslan Akhundov
3d278e93d2
Adds gzip response modification handling.
...
Fixes gh-1492
Fixes gh-1548
5 years ago