|
|
@@ -434,7 +434,6 @@ public class ResearchReportController extends BaseController {
|
|
|
}
|
|
|
|
|
|
private String encodedFileName(String fileName) throws UnsupportedEncodingException {
|
|
|
- fileName = fileName.substring(0, Math.min(fileName.length(), 10));
|
|
|
return URLEncoder.encode(fileName, "UTF-8");
|
|
|
}
|
|
|
|