From 73bf24a27dfb616be7cea5f75e3d221fe4691457 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Thu, 16 May 2019 12:20:09 +0200 Subject: [PATCH] Do not pass `forward` URI scheme along. --- .../gateway/filter/factory/HystrixGatewayFilterFactory.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/filter/factory/HystrixGatewayFilterFactory.java b/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/filter/factory/HystrixGatewayFilterFactory.java index 643b57f6..21f3f7f9 100644 --- a/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/filter/factory/HystrixGatewayFilterFactory.java +++ b/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/filter/factory/HystrixGatewayFilterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2017 the original author or authors. + * Copyright 2013-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,7 +12,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package org.springframework.cloud.gateway.filter.factory; @@ -54,6 +53,7 @@ import static org.springframework.cloud.gateway.support.ServerWebExchangeUtils.c * Depends on `spring-cloud-starter-netflix-hystrix`, {@see https://cloud.spring.io/spring-cloud-netflix/} * @author Spencer Gibb * @author Michele Mancioppi + * @author Olga Maciaszek-Sharma */ public class HystrixGatewayFilterFactory extends AbstractGatewayFilterFactory { @@ -171,6 +171,7 @@ public class HystrixGatewayFilterFactory extends AbstractGatewayFilterFactory