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

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?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top