mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-11-24 08:33:10 +08:00
@@ -205,7 +205,7 @@ public class FileHandlerService implements InitializingBean {
|
|||||||
String pdfFolder = pdfFilePath.substring(0, pdfFilePath.length() - 4);
|
String pdfFolder = pdfFilePath.substring(0, pdfFilePath.length() - 4);
|
||||||
String urlPrefix;
|
String urlPrefix;
|
||||||
try {
|
try {
|
||||||
urlPrefix = baseUrl + URLEncoder.encode(pdfFolder, uriEncoding).replaceAll("\\+", "%2B");
|
urlPrefix = baseUrl + URLEncoder.encode(pdfFolder, uriEncoding).replaceAll("\\+", "%20");
|
||||||
} catch (UnsupportedEncodingException e) {
|
} catch (UnsupportedEncodingException e) {
|
||||||
logger.error("UnsupportedEncodingException", e);
|
logger.error("UnsupportedEncodingException", e);
|
||||||
urlPrefix = baseUrl + pdfFolder;
|
urlPrefix = baseUrl + pdfFolder;
|
||||||
|
|||||||
Reference in New Issue
Block a user