This is a question for the users list. Mark
On 23/11/2020 12:15, Wang, Simon wrote: > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org