Skip to content

Commit 5543fb0

Browse files
shuxingzfwethanhanjiahao
authored andcommitted
fix/to: vs dubbo header add string transfer
1 parent 861d708 commit 5543fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hango-api-plane-server/src/main/resources/template/gateway/api/virtualServiceHeaderOperation.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ headers:
44
<#assign addMap = t_virtual_service_request_headers.add/>
55
add:
66
<#list addMap as k,v>
7-
${k}: "${v}"
7+
${k}: "${v?j_string}"
88
</#list>
99
</#if>

0 commit comments

Comments
 (0)