|
A bug has been corrected in the insertion of new spells
which caused them to overwrite existing spells:
an [Update] button was being presented instead of an
[Insert] button.
A problem with the escaping of reserved HTML characters
in text input fields and text areas has been corrected.
The escaping was being performed twice, namely by the
Spring bind tags and then again by the JSTL core tags.
This had resulted in escape sequences being displayed
when the ampersand characters were again escaped.
When a spell is edited, the characters in the text area
for the spell description are no longer being escaped.
This had resulted in the escaped text being submitted
and stored without being de-escaped, so that on the next
edit the ampersand characters were escaped yet again.
|