diff --git a/jsp/lib/ueditor-1.1.3.jar b/jsp/lib/ueditor-1.1.3.jar index 9b6ef1f4561161453de6851855a84fae01545c21..a0f8aa4ae1e7f04504e0797346d0e817b74e5964 100644 Binary files a/jsp/lib/ueditor-1.1.3.jar and b/jsp/lib/ueditor-1.1.3.jar differ diff --git a/jsp/src/com/baidu/ueditor/hunter/FileManager.java b/jsp/src/com/baidu/ueditor/hunter/FileManager.java index 5a8c1a0537bcff63e9bfc6aeed3007824d6598a0..aa38b6de3589f1c6af6c9d627e8a56902a80d435 100644 --- a/jsp/src/com/baidu/ueditor/hunter/FileManager.java +++ b/jsp/src/com/baidu/ueditor/hunter/FileManager.java @@ -81,7 +81,7 @@ public class FileManager { private String getPath ( File file ) { - String path = file.getAbsolutePath(); + String path = PathFormat.format( file.getAbsolutePath() ); return path.replace( this.rootPath, "/" );