Community
Participate
Working Groups
The method org.eclipse.jst.j2ee.commonarchivecore.internal.impl.ContainerImpl#getFile(String URI) will not always find a file (even if the container has the file). The bug 335632 changed the method described above to use absolute paths to search for the files in case the path has more than one segments. But this causes problems with load strategies that load the files using relative paths (like org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.ZipFileLoadStrategyImpl). For these strategies, the files with more than one segment in the path will not be found.
Created attachment 199950 [details] Proposed patch
approved
Code committed to R3_2_maintenance and HEAD for WTP 3.2.5, 3.3.1 and 3.4.