Menu

JSON-taglib 0.4 released

A new version of json-taglib has been released.
Details of the changes are as follows:

* Removed json:data tag (was deprecated in previous release). Any
usage of json:data MUST now be replaced by json:object

* Added an escapeXml attribute to all tags that will escape all XML
special characters. The default behaviour is to escape all XML
characters to help prevent XSS attacks. This can be disabled by
setting escapeXml=false on any tag, or by setting a page attribute or
context-param atg.taglib.json.escapeXml=false.

* Allow atg.taglib.json.prettyPrint and atg.taglib.json.escapeXml
values to be set using a context-param in web.xml

Full details of the changes can be found in the project change log:
http://json-taglib.sourceforge.net/changes-report.html

The new release can be downloaded from SourceForge here:
http://sourceforge.net/project/platformdownload.php?group_id=187961

Regards
James Wiltshire

Posted by James Wiltshire 2007-06-25

Log in to post a comment.