DS-4340 Duplicate Headers when bitstream has a comma in the title (Chrome) - JSPUI Only

This commit is contained in:
Andrea Bollini
2019-09-09 09:33:59 +02:00
parent 1aaf345fbb
commit fbe6dd6fbc

View File

@@ -474,7 +474,7 @@ public class UIUtil extends Util
}
finally
{
response.setHeader("Content-Disposition", "attachment;filename=" + name);
response.setHeader("Content-Disposition", "attachment;filename=" + '"' + name + '"');
}
}