|
|
@ -109,7 +109,7 @@ public class CmmFileController {
|
|
|
|
} catch (IOException e) {
|
|
|
|
} catch (IOException e) {
|
|
|
|
//throw new CustomBaseException(ErrorCode.FILE_NOT_FOUND);
|
|
|
|
//throw new CustomBaseException(ErrorCode.FILE_NOT_FOUND);
|
|
|
|
contentType = "application/octet-stream";
|
|
|
|
contentType = "application/octet-stream";
|
|
|
|
fileName = "FileNotFound";
|
|
|
|
//fileName = "FileNotFound";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
File file = new File(absFile);
|
|
|
|
File file = new File(absFile);
|
|
|
|