jetty.project/jetty-server/src
Simone Bordet fab4b95925 Fixes #1980 - PushCacheFilter does not push TLS offloaded HTTP/2 requests.
Changed HttpChannel to call Request.setSecure() with the scheme of the
request URI.

Changed PushCacheFilter to rely on the referrer URI scheme, and only if
that is missing then using Request.isSecure().

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2017-11-16 23:32:44 +01:00
..
main Fixes #1980 - PushCacheFilter does not push TLS offloaded HTTP/2 requests. 2017-11-16 23:32:44 +01:00
test Test #1898 2017-10-17 14:13:51 +11:00