In my Jsp page I got
<bean:message key="${person.title}"/>
when 'person.title' contains a string which has curly braces, it throws exception
ava.lang.IllegalArgumentException: can't parse argument number:
I tested with value as
"!@#$ ?%^& (?^ +_. (=-09 {}|?12345 `~???,./'; []"
Note - I tried putting single quotes around { and also tried putting back slash \ before { but it is not working.