jsr340-experts@servlet-spec.java.net

[jsr340-experts] HTTP upgrade and multi-threading

From: Mark Thomas <markt_at_apache.org>
Date: Thu, 27 Dec 2012 09:54:39 +0000

Hi,

What is the expectation for the thread-safety of the
Servlet[Input|Output]Stream when processing an HTTP upgrade?

The Servlet specification discusses thread safety for a number of
objects but not these.

My expectation is that the application is responsible for thread safety.
Is this correct? Once we have agreement on this, it would be helpful for
some clarification to be added to the specification.

Mark