Skip to content

Commit 405db6a

Browse files
committed
fix:修复hessian协议问题
1 parent e902b69 commit 405db6a

File tree

1 file changed

+2
-2
lines changed
  • dongtai-core/src/main/java/io/dongtai/iast/core/handler/hookpoint/controller/impl

1 file changed

+2
-2
lines changed

dongtai-core/src/main/java/io/dongtai/iast/core/handler/hookpoint/controller/impl/DubboImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ public static void collectDubboRequestSource(Object handler, Object invocation,
145145
}
146146
}
147147

148-
if (handler.toString().startsWith("hessian")) {
148+
// if (handler.toString().startsWith("hessian")) {
149149
Map<String, String> oldHeaders = (Map<String, String>) requestMeta.get("headers");
150150
sHeaders.putAll(oldHeaders);
151-
}
151+
// }
152152

153153
if (!sHeaders.isEmpty()) {
154154
String traceIdKey = ContextManager.getHeaderKey();

0 commit comments

Comments
 (0)