-
Notifications
You must be signed in to change notification settings - Fork 505
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
Output text is changed(Thymeleaf3) #546
Comments
Nothing should have changed in your case. Are you completely sure that your expression in the second case includes the Also, what is the environment? Are you using thymeleaf in a Spring app? |
I don't use thymeleaf in a Spring app. I wrote another sample.
|
This is actually a bug in the OGNL expression language. OGNL is the expression language being used by Thymeleaf in non-Spring applications. See orphan-oss/ognl#32 I'm leaving this open in order to update Thymeleaf's dependency to a future version of OGNL that might fix this. |
OGNL 3.1.12 released and Thymeleaf's 3.0 branch updated to use it. |
Already in |
Thank you! |
After I upgraded from 2 to 3, output text is changed.
<span th:text="${it.code}">ORANGE</span>
・Thymeleaf 2.1.4.RELEASE
APPLE // OK
・Thymeleaf 3.0.2.RELEASE
701259 // hashCode?
Could you tell me why the output is changed?
The text was updated successfully, but these errors were encountered: