Spencer Gibb
d13f305264
Uses new @ControllerEndpoint for gateway endpoint.
...
fixes gh-153
7 years ago
Spencer Gibb
81943afa11
Merge branch 'scheuchzer-master'
7 years ago
Thomas Scheuchzer
6daf0d0a6e
Fixes null pointer exception when routing by header and header is missing in request.
7 years ago
Spencer Gibb
e1a061a833
Adds a test to make sure gateway actuator is on management.server.port
...
Currently ignored until boot fix.
See gh-153
7 years ago
Greg Turnquist
2f23bc3aac
Add filter to force WebSession::save. ( #166 )
...
In some scenarios, such as making a remote call while using Spring Session between two processes, forcing a WebSession::save before making the call ensures that session data is in place on the other side.
Resolves #58 .
7 years ago
Spencer Gibb
6fe7207b07
Merge branch 'TYsewyn-fix/lb-reconstruct-uri'
7 years ago
Spencer Gibb
84c00a4c75
merged tests
7 years ago
Spencer Gibb
f106c14389
Merge branch 'fix/lb-reconstruct-uri' of git://github.com/TYsewyn/spring-cloud-gateway into TYsewyn-fix/lb-reconstruct-uri
7 years ago
Andrew Fitzgerald
858e70661e
fix links in CONTRIBUTING.md ( #157 )
7 years ago
Spencer Gibb
b980609531
Update actuator paths
7 years ago
buildmaster
5b79d2949d
Bumping versions to 1.0.2.BUILD-SNAPSHOT after release
7 years ago
buildmaster
6a2d7650d0
Going back to snapshots
7 years ago
buildmaster
8e13e87e73
Update SNAPSHOT to 1.0.1.RELEASE
7 years ago
Ryan Baxter
018e65f400
fixing group id and build version
7 years ago
Spencer Gibb
d634113acf
Adds fallbackUri to Hystrix filter
...
fixes gh-38
7 years ago
Spencer Gibb
e117906db8
Removes hop-by-hop headers.
...
As defined by https://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-14#section-7.1.3
fixes gh-143
7 years ago
Ryan Baxter
e44165f63a
Adding new issue and contributing templates
7 years ago
Spencer Gibb
4b89ac1c69
Remove deprecated classes.
7 years ago
Spencer Gibb
0ce65bb230
checks if query parameters are encoded then sets encoding appropriately.
...
fixes gh-139
7 years ago
Spencer Gibb
33bd6fff69
Doesn't assume encoded query parameters.
...
Allows unencoded parameters to pass through.
fixes gh-139
7 years ago
Spencer Gibb
6aa8cd6f86
Adds PreserveHostHeader filter
...
This filter sets a request attribute to true. The NettyRoutingFilter
then inspects this attribute and resets the host header, overwritting
the value set by the netty http client.
fixes gh-133
7 years ago
Spencer Gibb
fb9c671123
Adds setRequestHeader filter
...
fixes gh-138
7 years ago
Spencer Gibb
ae206985e2
polish
7 years ago
Spencer Gibb
461958e168
Change Primary RouteLocator bean name.
7 years ago
Spencer Gibb
d5f87dc6a0
Fix potential NPE
...
see gh-131
7 years ago
Spencer Gibb
1b3300bbc4
Removes custom form url handling.
...
fixes gh-130
7 years ago
Spencer Gibb
5afa1c8d81
Ignore redis rate limiter test on circle
7 years ago
Tim Ysewyn
09ba3efc6e
Added unit tests for the LoadBalancerClientFilter
7 years ago
Tim Ysewyn
1f026e9a49
The LoadBalancerClient is now responsible for reconstructing the new URI
7 years ago
buildmaster
1b4487969b
Going back to snapshots
7 years ago
buildmaster
3ed9320e2a
Update SNAPSHOT to 2.0.0.M5
7 years ago
Spencer Gibb
89373e3216
update groupId to match
7 years ago
Spencer Gibb
43d47e6ccc
Updated routes dsl to deal with new routes java api.
7 years ago
Spencer Gibb
ddd2e65776
Updated routes dsl to deal with new routes java api.
7 years ago
Spencer Gibb
83496b7894
Updates to RouteLocatorBuild API
7 years ago
Spencer Gibb
473c8fa77d
Updates to RouteLocatorBuild API
7 years ago
Spencer Gibb
b2306fb6ec
Migrate Routes statics to RouteLocatorBuilder bean.
...
This allows flexibility with RoutePredicateFactorys and
GatewayFilterFactories that require dependencies to be injected.
7 years ago
Spencer Gibb
ec0f827e2b
Activate DiscoveryClient integration with a property
...
fixes gh-123
7 years ago
Spencer Gibb
af9319d2ab
Adds typed apply() for better use in java dsl.
7 years ago
Spencer Gibb
46cddd90d4
Merge branch '1.0.x'
7 years ago
Spencer Gibb
cf3408f87f
Update docs branches
7 years ago
Spencer Gibb
9ffb0f1867
Ignore test
7 years ago
Dave Syer
d4cd07724f
Merge branch 'master' into 2.0.x
7 years ago
Dave Syer
9b61b3387f
Don't make assumptions about the UriTemplateHandler
...
Fixes gh-115
7 years ago
buildmaster
2eb6470822
Bumping versions to 1.0.1.BUILD-SNAPSHOT after release
7 years ago
buildmaster
e420037d45
Going back to snapshots
7 years ago
buildmaster
bf08ba2b3c
Update SNAPSHOT to 1.0.0.RELEASE
7 years ago
Rieon
f552f51fc4
fix mistake: missing "predicates" in config yml ( #116 )
...
add missing "predicates" in config yml
7 years ago
buildmaster
0bb4d5f233
Going back to snapshots
7 years ago
buildmaster
8bd98c5a32
Update SNAPSHOT to 2.0.0.M4
7 years ago