Joerg Heinicke wrote: > Carsten Ziegeler <[EMAIL PROTECTED]> writes: > >>> [DEBUG] Resolving 'file://test.zip' with base 'null' in context ... >>> [DEBUG] Resolved to systemID : file://test.zip >>> [DEBUG] Creating source object for file://test.zip > > Both Windows and Mac OS X have this debug output. > >>> What seems to get wrong is FileSource.getUri() as Jorg investigated [2]. >>> The question is if you want to handle this "accepted" bug in the JDK in >>> Excalibur? >>> >> Sorry, but I don't quiet get what we could do to fix this (I'm lost in >> too many - or too few - slashes...). > > They differ on FileSource.getUri(): On Windows file://test.zip is returned, on > Mac OS X file:/test.zip. > >> If there is something we could fix here, we should do it. > > Thanks. For the details please have a look at Jorg's comment [1] > Yes I looked at them, but got lost :(
Do I understand this right that we could check if "file:" is followed by just one slash and then add the second one? Carsten -- Carsten Ziegeler http://www.osoco.org/weblogs/rael/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
