我正在查看SpringMVC提供的CharacterEncodingFilter。我想知道为什么只有在请求编码被强制为给定编码时才能设置响应编码?如果在接受header字段中未指定任何内容,为什么不能设置默认响应编码?或者如果请求中没有编码?代码:@OverrideprotectedvoiddoFilterInternal(HttpServletRequestrequest,HttpServletResponseresponse,FilterChainfilterChain)throwsServletException,IOException{if(this.encoding!=nul