Bug 550605 - StackOverflowError in CDSBundleFileEntry

The method CDSBundleEntry.getEntry() ended up calling
CDSBundleFile.getEntry(path) which ends up returning another
CDSBundleEntry object.  The intention was to get the wrapped entry from
the next BundleFile in the chain. The result of getting another
CDSBundleEntry is that we endless recurse when calling methods like
CDSBundleEntry.getInputStream()

Change-Id: I0c684eb63987797cd9e092a405274ccb1d4eae71
Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2 files changed