Skip to content
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

Special characters like comma are not allowed in admin error messages #1146

Closed
hardikraval opened this issue Oct 16, 2014 · 3 comments
Closed

Comments

@hardikraval
Copy link

Special characters like comma (",") are not allowed in admin error messages. It works fine if we remove the comma from the error message.

It shows some thymeleaf syntax instead of the error message when we use the special characters in the error message..

Please refer the attached screenshot for more details.

Forum topic link - http://forum.broadleafcommerce.org/viewtopic.php?f=13&t=3315

error 1

@bpolster
Copy link
Member

The example above does not match the description of the error provided in the title.

@phillipuniverse
Copy link
Contributor

This is resolved in 3.1.9-GA as apart of #691. At least, that's when that code was removed.

To test, I used this as a validation message:

requiredValidationFailure=This, Is, A, Comma, Along, With specials~!@#$%^&*()____++~!123455

and it gave me this output:

screen shot 2014-11-18 at 10 31 27 pm

@hardikraval
Copy link
Author

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants