Hi,
One quick question, for TE header, if value is invalid like below one, why still accept the request? why not reject it? Per test, I saw Tomcat will ignore the TE if there is invalue encoding value. curl -v --location --request POST 'http://xxx.abc.com/test' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Content-Length: 3' \ --header 'Transfer-Encoding: chunkeds' \ --data-raw ' 15 itsatestingsfddddddd 0 ' Regards Simon