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

Make 'acl_public' settings to honor false values #793

Closed
wants to merge 1 commit into from

Conversation

hrubi
Copy link

@hrubi hrubi commented Oct 11, 2016

Explicitly treat the 'acl_public' option in configuration file as a
boolean.

As the 'acl_public' option defaults to None, it wasn't treated as a boolean
value and the conversion from string in configuration to boolean did not
happen. Therefore the value from the configuration (eg. 'False') remained
as a string and evaluated to true in boolean context.

Explicitly treat the 'acl_public' option in configuration file as a
boolean.

As the 'acl_public' option defaults to None, it wasn't treated as a boolean
value and the conversion from string in configuration to boolean did not
happen. Therefore the value from the configuration (eg. 'False') remained
as a string and evaluated to true in boolean context.
@fviard
Copy link
Contributor

fviard commented Mar 3, 2018

Issue should not be fixed in MASTER with another fix.
Thank you anyway for your contribution.

@fviard fviard closed this Mar 3, 2018
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.

2 participants