Closed vincent-lee-shi closed 1 day ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
firstly. i use this code in the ZuulFilter: RequestContext.getCurrentContext().addZuulRequestHeader("test", "测试"); and then get the "test" value from spring mvc HandlerInterceptor like this: System.out.println(request.getHeader("test")); so i got this: KÕ, not 测试