Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: only support Closures for callbacks in DefaultFieldResolver
When resolving an object through the "magic" ObjectAccess returning a property value that is callable, the resolver previously called this function. This was a risk when working with user input, or even lead to misbehaviour. E.g. user Max resolved and then called as max() function.
- Loading branch information