From 71686fb387dcadb8a61f04ec6b4f5cae4e017a24 Mon Sep 17 00:00:00 2001 From: curry772 Date: Wed, 8 Apr 2026 14:38:34 +0900 Subject: [PATCH] =?UTF-8?q?RFC=202616=20=C2=A713.5.1=20(Hop-by-hop=20?= =?UTF-8?q?=ED=97=A4=EB=8D=94=20=EB=AA=A9=EB=A1=9D)=20=EC=98=A4=EB=A5=98?= =?UTF-8?q?=20=EC=A0=95=EC=A0=95,=20Trailers=20->=20Trailer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eai/adapter/http/dynamic/impl/HttpAdapterServiceBypass.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/eactive/eai/adapter/http/dynamic/impl/HttpAdapterServiceBypass.java b/src/main/java/com/eactive/eai/adapter/http/dynamic/impl/HttpAdapterServiceBypass.java index dd5ab69..e7af5f3 100644 --- a/src/main/java/com/eactive/eai/adapter/http/dynamic/impl/HttpAdapterServiceBypass.java +++ b/src/main/java/com/eactive/eai/adapter/http/dynamic/impl/HttpAdapterServiceBypass.java @@ -45,7 +45,7 @@ public class HttpAdapterServiceBypass extends HttpAdapterServiceSupport { public static final String HTTP_STATUS = "HTTP_STATUS"; public static final String PROPERTIES_NAME_HTTP_REQUEST_METHOD = "httpRequestMethod"; public static final String[] HOP_BY_HOP_HEADERS = new String[] { "Connection", "Keep-Alive", "Proxy-Authenticate", - "Proxy-Authorization", "TE", "Trailers", "Transfer-Encoding", "Upgrade" }; + "Proxy-Authorization", "TE", "Trailers", "Trailer", "Transfer-Encoding", "Upgrade" }; protected boolean doPreserveCookies = false; protected boolean doPreserveCookiePath = false;