jsr369-experts@servlet-spec.java.net

[jsr369-experts] Re: [SERVLET_SPEC-134-ServerPush] Move getPushBuilder() to HttpServletResponse()

From: Mark Thomas <markt_at_apache.org>
Date: Fri, 11 Sep 2015 17:31:03 +0100

On 11/09/2015 14:15, Edward Burns wrote:
> Hello Volunteers,
>
> The current proposal has getPushBuilder() on HttpServletRequest.
> Might it be better to put it on HttpServletResponse()?

I think not. The push request is going to be based on the current
request so it makes sense to have the builder on the request not the
response.

Mark