Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Issue with Proxy -> Apache Reverse Proxy -> Jetty 9.2.x

Hi,

I am currently trying to hunt down an issue which only seems to occur
uploading a file with "curl" doing a put request, using Jetty 9.2.13.

The jetty instance is running behind an Apache reverse proxy, and
everything works fine.

Until the local curl command has to talk to an additional proxy, then
the request fails with:

    Mar 03 10:54:17 packagedrone server[15746]: 10:54:17.020
[qtp1196511787-33] WARN  org.eclipse.jetty.http.HttpParser - badMessage:
java.lang.IllegalStateException: too much data after closed for
HttpChannelOverHttp@7c329541{r=1,c=false,a=IDLE,uri=-}

The first thing that I wanted to check if there is a more recent 9.2.x
version, with bug fixes around that topic. But I could not find any
release notes for those releases. Maybe you can point me towards them.

Thanks

Jens

-- 
IBH SYSTEMS GmbH
D-85235 Pfaffenhofen an der Glonn
Läutenring 43
Geschäftsführer / CEO: Dr. Thomas Heitzig

Amtsgericht München
Handelsregister Nummer  HRB 197959
USt ID: DE267945175

Office Munich
D 80992 München
Agnes-Pockels-Bogen 1
T +49 89 18 9 17 49 0

The information transmitted is intended only for the person or entity
to which it is addressed and may contain confidential and/or pivileged
material. Any review, retransmission, dissemination or other use of,
or taking of any action in reliance upon, this information by persons
or entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the
material from any computer.



Back to the top