Release Content
- Support anti-XSS - respects the Confluence global security setting for Anti-XSS
- Support character set encoding for files
- Fix for some advanced date sorting uses
- Fix for large csv files sometimes causing a stack overflow
Incompatibilities due to anti-XSS support
If your site administrator has enabled anti-XSS support in Confluence global security settings, upgrading to this release may cause some csv tables to not display as before. Only those csv tables that use output=html and have html content could be affected. For instance, an html link like <a href=http://google.com>google</a> will no longer be display as a link. If this usage is important for some of your site pages, you can use Macro Security for Confluence and authorize usage of the disableAntiXss csv parameter to return to previous support but only for content controlled by trusted users.
Resolved Issues