HTTP to HTTPS redirection with port
Reported by
benjamin...@gmail.com,
Jul 1 2016
|
|
Issue descriptionChrome Version : 51.0.2704.103 URLs http://jenkins:8080/ internal Other browsers tested: Firefox:OK version 41 What steps will reproduce the problem? (1) Have a tomcat server with http on port 8080 and https on port 8443 (2) Have an application that redirect http to https through the web.xml (3) Go to the application through the http url with port (8080), get redirected to the https port (8443), first time is ok http://jenkins:8080/ => https://jenkins:8443/ (4) Go to the application through the http url with port (8080), get redirected to the https on port 8080, FAIL What is the expected result? Do not redirect to https if a port is present in the url, let the server do it since port cannot be determined What happens instead? Got redirected with protocol https on http port Please provide any additional information below. Attach a screenshot if possible. |
|
►
Sign in to add a comment |
|
Comment 1 by b...@chromium.org
, Jul 1 2016