Skip to content

Conversation

@RubenVerborgh
Copy link
Contributor

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

Copy link
Contributor

@dan-fdan-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
ContributorAuthor

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.

@RubenVerborghRubenVerborgh merged commit 5746766 into dz_oidcAug 22, 2017
@RubenVerborghRubenVerborgh deleted the fix/wac-allow-cors branch August 22, 2017 15:28
Sign up for freeto 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

@RubenVerborgh@dan-f