-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
java.lang.ArithmeticException: / by zero #142
Comments
Could you give some example? It looks like you perform a double evaluation, in first step you collect data from properties, in the second evaluation of the result of collected data is performed. |
The following code can reproduce this problem:
|
In such a case it isn't possible and I don't see an option how to change the behaviour. |
I want to use the API 'OGNL.getValue' get specific value from an object, some properties in the object have symbol ‘/’, the problem 'java.lang.ArithmeticException: / by zero' will occur when call the API 'OGNL.getValue', is there some solutions to solve this problem?
The text was updated successfully, but these errors were encountered: