Skip to content

Conversation

@RubenVerborgh
Copy link
Contributor

Sets the proper CORS permissions on the header introduced in #550.

Copy link
Contributor

@dan-f dan-f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a question regarding WAC semantics. 👍

resource: '/user-rw-public-r',
headers: { 'WAC-Allow': 'user="read write append",public="read"' }
headers: {
'WAC-Allow': 'user="read write append",public="read"',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is append implied by write?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the current ACL checker sets Append whenever it finds Write.

@RubenVerborgh RubenVerborgh merged commit 5746766 into dz_oidc Aug 22, 2017
@RubenVerborgh RubenVerborgh deleted the fix/wac-allow-cors branch August 22, 2017 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants