testForwardedRequest() The UrlHelper should build a URL that starts with "https" followed by the server name when the scheme of the
current request is "http" and the port for the "https" scheme is 443.
testSwitchToHttpScheme() The UrlHelper should build a URL that starts with "http" followed by the server name when the scheme of the
current request is "https" and the port for the "http" scheme is 80.
testSwitchToHttpsScheme() The UrlHelper should build a URL that starts with "https" followed by the server name when the scheme of the
current request is "http" and the port for the "https" scheme is 443.
The UrlHelper should build a URL that starts with "https" followed by the server name when the scheme of the
current request is "http" and the port for the "https" scheme is 443. When the request has been forwarded
in a Servlet 2.4 container, the UrlHelper should use the javax.servlet.forward.request_uri request attribute
instead of a call to HttpServletRequest#getRequestURI().
testParseDuplicateQuery
public void testParseDuplicateQuery() throws Exception(Code)
The UrlHelper should build a URL that starts with "http" followed by the server name when the scheme of the
current request is "https" and the port for the "http" scheme is 80.
testSwitchToHttpsNonDefaultPort
public void testSwitchToHttpsNonDefaultPort()(Code)
The UrlHelper should build a URL that starts with "https" followed by the server name when the scheme of the
current request is "http" and the port for the "https" scheme is 443.