Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Problem reading POST body with embedded Jetty 12.0.x

Hello Simone,

I was thinking of that. I will create a small application that contains only this handler and reudce that to only absorbing the ZIP. If the issue still shows up I will file an issue and supply my code. If not, I will have to find out myself where we are messing things up.

Thanks for your patience.

Cheers,

Silvio


On 13-09-2023 11:46, Simone Bordet wrote:
Silvio,

On Wed, Sep 13, 2023 at 10:08 AM Silvio Bierman
<sbierman@xxxxxxxxxxxxxxxxxx> wrote:
I am convinced there is something in my setup that is causing this.
Maybe my embedding code is wrong. Maybe I do not have the right JAR
files on the classpath. Any pointers that could help me locate the
problem would be helpful.
I hear you saying "it was working in 11", but maybe it was relying on
a bug that we fixed inadvertently in 12.
Or maybe 12 has a bug under particular conditions.

Either case we need a reproducer.

Can you strip down your code by removing all extra code, just reading
the ZipEntries into a nullOutputStream(), and still reproduce the
problem, so we can try ourselves?




Back to the top