mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
Merge pull request #2514 from 4Science/dspace-5_x
DS-4340 Duplicate Headers when bitstream has a comma in the title
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