Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 308985
Collapse All | Expand All

(-)a/org.eclipse.gemini.web.tomcat/src/main/java/org/eclipse/gemini/web/tomcat/internal/loading/BundleEntry.java (-1 / +2 lines)
Lines 168-174 public final class BundleEntry { Link Here
168
	}
168
	}
169
169
170
	public boolean isDirectory() {
170
	public boolean isDirectory() {
171
		return this.path.endsWith(PATH_SEPARATOR);
171
	    URL entryFromBundle = getEntryFromBundle(this.path);
172
	    return entryFromBundle.getFile().endsWith(PATH_SEPARATOR);
172
	}
173
	}
173
174
174
	@Override
175
	@Override

Return to bug 308985