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

Treat protected properties as "internal" #359

Closed
wants to merge 2 commits into from

Conversation

mikedurbin
Copy link
Contributor

My original thinking was to build a blacklist of properties to hide, but it turned out that it was easier to blacklist all PROTECTED properties with a whitelist of exceptions.

There's one caveat, which is jcr:frozenNodes... right now we just present that content when viewing an old version, but all of the properties are protected. I've added special handling for this case.

This PR includes mostly integration tests to ensure that those properties don't show up.

@awoods
Copy link

awoods commented May 18, 2014

Resolved by: 77a2f6e

Addresses: https://www.pivotaltracker.com/story/show/71266232

@awoods awoods closed this May 18, 2014
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.

None yet

2 participants