Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:Change to use 127.0.0.1 instead of localhost in browser launch at end of install #214

Closed
wants to merge 1 commit into from

Conversation

slide
Copy link
Member

@slide slide commented Aug 29, 2021

Change to use 127.0.0.1 instead of localhost, this fixes https://issues.jenkins.io/browse/JENKINS-41101

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes

Change to use 127.0.0.1 instead of localhost
@daniel-beck
Copy link
Member

Isn't there a dependency on IPv4 for 127.0.0.1? Is that always present on Windows?

I think we implemented the opposite change somewhere else not too long ago.

@slide
Copy link
Member Author

slide commented Aug 30, 2021

Isn't there a dependency on IPv4 for 127.0.0.1? Is that always present on Windows?

No, IPv4 is not always present (it can be disabled)

I think we implemented the opposite change somewhere else not too long ago.

Do you remember where this was? I'd like to look at the discussion if possible.

@daniel-beck
Copy link
Member

jenkinsci/maven-hpi-plugin#169 might be what I thought was the change "not too long ago" (yay memory), but I cannot find what motivated that position specifically.

jenkinsci/jenkins-test-harness#9 was before, but I probably just checked this for consistency/completeness – but FWIW another point for the localhost in acrive use, even though all of these are in non-production environments.

I mean, if I'm wrong here it wouldn't be the first time 😄 What is this change supposed to accomplish? I read the ticket but don't understand it.

@slide
Copy link
Member Author

slide commented Aug 30, 2021

Honestly, now that I look at the issue again, I think its bogus. Sorry for the cruft.

@slide slide closed this Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants