mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
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>