From 57092f67a65c6c268fa3462758a9970d590d794b Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 9 Mar 2016 17:26:30 +0000 Subject: [PATCH] Fix config for header names --- zuul-proxy/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul-proxy/src/main/resources/application.properties b/zuul-proxy/src/main/resources/application.properties index 905ba9b..a779086 100644 --- a/zuul-proxy/src/main/resources/application.properties +++ b/zuul-proxy/src/main/resources/application.properties @@ -9,7 +9,7 @@ zuul.routes.bad.path: /bad/** zuul.routes.bad.url: http://localhost:7777 zuul.routes.gh.path: /gh/** zuul.routes.gh.url: https://github.com -zuul.routes.gh.ignored-headers: Set-Cookie,Cookie +zuul.routes.gh.sensitive-headers: Set-Cookie,Cookie zuul.routes.ui.path: /** zuul.routes.ui.url: http://localhost:8080 logging.level.org.springframework.web: DEBUG \ No newline at end of file