mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
DS-4340 Duplicate Headers when bitstream has a comma in the title (Chrome) - JSPUI Only
This commit is contained in:
@@ -474,7 +474,7 @@ public class UIUtil extends Util
|
||||
}
|
||||
finally
|
||||
{
|
||||
response.setHeader("Content-Disposition", "attachment;filename=" + name);
|
||||
response.setHeader("Content-Disposition", "attachment;filename=" + '"' + name + '"');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user