New issue
Advanced search Search tips

Issue 610811 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: May 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Subdomain with directory redirects to main domain with directory if it has been visited first

Reported by egre...@umfoundation.com, May 10 2016

Issue description

When visiting a domain before visiting a subdomain with a directory, typing in that subdomain with http:// or without any protocol causes it to go to the main domain instead of the subdomain.  I can type https:// and that immediately resolves the issue.

Possibly DNS related.  I've attached a video of the issue.

Chrome Version       : 50.0.2661.94
Other browsers tested:
     Safari: not tested
    Firefox: OK
         IE: OK

What steps will reproduce the problem?
(1) Go to domain.com initially (get dns)
(2) Go to subdomain.domain.com/directory

What is the expected result?
subdomain.domain.com/directory page opens


What happens instead?
domain.com/directory 404 opens

 
Components: Internals>Network
Labels: Needs-Feedback
Wasn't able to access intranet.umfoundation.com/intern from chrome/firefox.
Cc: mmenke@chromium.org

Comment 3 by mmenke@chromium.org, May 11 2016

It sounds to me like "http://subdomain.domain.com/directory" redirects to "http://domain.com/directory", but "https://subdomain.domain.com/directory" does not.

If you provide a net-internals log I'll take a look, but I'm almost certain this is not a Chrome issue.  Instructions:  https://sites.google.com/a/chromium.org/dev/for-testers/providing-network-details
egreene@Could you please respond to comment #3?
Attached log.
Very sorry, I have determined that this was a coding issue.

Comment 7 by mmenke@chromium.org, May 11 2016

Status: WontFix (was: Unconfirmed)
Thanks for the followup.

Sign in to add a comment