Browse Source

jfinal 4.3

James 6 years ago
parent
commit
4f2548f790
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/jfinal/proxy/ProxyCompiler.java

+ 1 - 0
src/main/java/com/jfinal/proxy/ProxyCompiler.java

@@ -93,6 +93,7 @@ public class ProxyCompiler {
 			if (index++ > 0) {
 			if (index++ > 0) {
 				ret.append(File.pathSeparator);
 				ret.append(File.pathSeparator);
 			}
 			}
+			
 			String path = url.getFile();
 			String path = url.getFile();
 			
 			
 			// 如果是 windows 系统,去除前缀字符 '/'
 			// 如果是 windows 系统,去除前缀字符 '/'