Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] HttpServletRequest.getScheme() returns HTTP for HTTPS request

Hi,

Jetty 9.2.9.v20150224, embedded

When making an HTTPS request to the server, HttpServletRequest.getRequestURL returns a plain http:// URL instead of an https:// URL. Is this expected, is this a known issue?

Maarten


Back to the top