users@servlet-spec.java.net

[servlet-spec users] [jsr369-experts] Re: Re: Re: What to do about ALPN?

From: Mark Thomas <markt_at_apache.org>
Date: Wed, 31 Dec 2014 19:50:10 +0000

On 31/12/2014 16:41, Greg Wilkins wrote:
> Isn't h2c an implementation detail?
>
> Jetty already supports direct connection with h2c. We plan to support
> upgrade (but our own upgrade not an application usage of the servlet
> upgrade) if and when we have a client that wants it.
>
> But I don't see how this affects the servlet container API?

I don't think it affects the API. It is more a question of how specific
the Servlet specification wants to be.

Do we leave implementation of h2c as optional for containers or do we
mandate it? I have no strong views at this point.

Mark