commons-beanutils
commons-beanutils copied to clipboard
[BEANUTILS-533] - If expression contains ")", DefaultResolver #getKey
In DefaultResolver #getKey(String expression), if the expression contains a ")", the returned value is incorrect because the algorithm stops at the first ")" character (#indefOf is used).