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

allowAccessToNodesWithoutACL - Missing IACLs #1547

Open
bravedave opened this issue Mar 15, 2024 · 1 comment
Open

allowAccessToNodesWithoutACL - Missing IACLs #1547

bravedave opened this issue Mar 15, 2024 · 1 comment

Comments

@bravedave
Copy link

I can see this has been discussed before in issue #788, and the code appears to work

But in PHP 8.2: Dynamic Properties are deprecated

the documentation at https://sabre.io/dav/acl/

has an example:

    $aclPlugin = new \Sabre\DAVACL\Plugin();
    $aclPlugin->allowAccessToNodesWithoutACL = false;

allowAccessToNodesWithoutACL is an undefined property

Issue #788 mentions there is another way to do it

so the question is - what would be the correct way to do it now ?

@DeepDiver1975
Copy link
Member

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

No branches or pull requests

2 participants