mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +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
|
finally
|
||||||
{
|
{
|
||||||
response.setHeader("Content-Disposition", "attachment;filename=" + name);
|
response.setHeader("Content-Disposition", "attachment;filename=" + '"' + name + '"');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user