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 default value method for allow_remote_access when ip is '*' #4139

Merged
merged 1 commit into from
Nov 7, 2018

Conversation

daf
Copy link
Contributor

@daf daf commented Oct 25, 2018

Fixes #3946. When the config value for ip is set to *, meaning listen on all interfaces, it causes the default value method for the allow_remote_access config option to fail. This PR adds a short circuit for that default value method.

I didn't see an obvious place to put a new test, but on my local machine, this actually fixes a currently failing one.

@gnestor
Copy link
Contributor

gnestor commented Nov 5, 2018

I can confirm that this fixes #3946 and it seems like a decent solution to me.

@takluyver Care to merge?

@takluyver takluyver added this to the 5.8 milestone Nov 7, 2018
@takluyver takluyver merged commit a7033b8 into jupyter:master Nov 7, 2018
@michaelaye
Copy link

michaelaye commented Jan 10, 2019

is this fix in 5.7.4? I'm seeing #3946 with 5.7.4 on Linux at the moment.

@daf
Copy link
Contributor Author

daf commented Jan 10, 2019

@michaelaye doesn't look like it is - all releases from 5.7.0 - 5.7.4 all say "120 commits to master since this tag" - looks like those releases are mostly backports. This PR is still only in master.

@kevin-bates
Copy link
Member

@takluyver - is there an ETA for 5.8? If still unknown or weeks away, this seems like a good candidate for a 5.7.5 tag due to recent occurrences.

@gnestor
Copy link
Contributor

gnestor commented Feb 1, 2019

@takluyver I can prep a new release. Are you waiting on anything?

@salilgupta1
Copy link

salilgupta1 commented Mar 28, 2019

@gnestor Is there any update on the 5.8 ETA or getting this into a 5.7.x release?

@gnestor
Copy link
Contributor

gnestor commented Apr 2, 2019

@takluyver @minrk Are we waiting on anything in particular to make a new release?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ValueError: '' does not appear to be an IPv4 or IPv6 address
6 participants