Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress field errors when serving a content through odata. (#144)
This change makes odata responses more robust. If a security error occurs during formatting a field (e.g. a field tries to access another content that the user does not have access to), it makes the whole response invalid by returning an error code. This change suppresses that exception and silently returns a *null* value.
- Loading branch information