We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5af457 commit 3c3fabeCopy full SHA for 3c3fabe
java/org/apache/catalina/startup/ClassLoaderFactory.java
@@ -89,7 +89,7 @@ public static ClassLoader createClassLoader(File unpacked[],
89
if (!file.canRead()) {
90
continue;
91
}
92
- file = new File(file.getCanonicalPath() + File.separator);
+ file = new File(file.getCanonicalPath());
93
URL url = file.toURI().toURL();
94
if (log.isDebugEnabled()) {
95
log.debug(" Including directory " + url);
0 commit comments