On 25/11/2023 01:43, Adwait Kumar Singh wrote:
Hey Tomcat users,
I am using Async Servlets and have a question on how to safeguard my
application from Request Smuggling.
In my current setup I do the following,
1. `startAsync` on the ServletRequest.
2. Create a ReadListener and attach it to the
Hey Tomcat users,
I am using Async Servlets and have a question on how to safeguard my
application from Request Smuggling.
In my current setup I do the following,
1. `startAsync` on the ServletRequest.
2. Create a ReadListener and attach it to the ServletInputStream.
3. Once I have read the enti