Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] disable expect continue support

Hi,

On Wed, Feb 13, 2013 at 8:45 PM, Brad McEvoy <brad@xxxxxxxxxxxxxxxxxxxx> wrote:
> It appears tomcat checks container managed authentication (if any) prior to
> the 100-Continue, so technically, i guess they are allowing "the application
> to decide to accept". But most milton users dont use container managed
> authentication so it doesnt actually help.
>
> I've checked milton and it doesnt seem to call getInputStream early. Did the
> semantics you describe get implemented in a relatively recent version of
> jetty? I think there's still plenty of Jetty6 floating around in pom.xml's
> (yes, i'm guilty!) so could that explain these problems?

I don't recall when this was implemented properly, but I suggest you update.
Jetty 6 is 7 (seven) years old, JDK 1.4 times.

While you're updating, go straight to Jetty 9 (JDK 7 based), you can
find 9.0.0.RC0 in Maven central.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top