Change the content-length header for other filters

2016-12-21 Thread André Rothe
Hi, I have a filter, which changes the content length of a POST request. There are some key-value-pairs of the request, which the filter removes before other filters process the request. But after my filter completes the request processing, I'll get: Sending error response: The request

Chunked request

2016-09-23 Thread André Rothe
Hi, I try to understand an request filter (input). Maybe you can help me to understand the processes: The POST size of a request is larger than 8192 bytes, so the request will be split up into two pieces. I need both parts to process the request within the filter. There are further filters,