[Yanel-dev] New Patch for Yarep: Bugfix

Balz Schreier balz.schreier at gmail.com
Sun Oct 24 18:03:09 CEST 2010


Skipped content of type multipart/alternative-------------- next part -----=
---------
Index: src/impl/java/org/wyona/yarep/impl/repo/vfs/VirtualFileSystemReposit=
ory.java
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- src/impl/java/org/wyona/yarep/impl/repo/vfs/VirtualFileSystemRepository=
.java	(revision 54092)
+++ src/impl/java/org/wyona/yarep/impl/repo/vfs/VirtualFileSystemRepository=
.java	(working copy)
@@ -396,7 +396,7 @@
             path =3D path.substring(0, path.length() - 1);
         }
         if (splitPathEnabled) {
-            return map.exists(new Path(splitPath(path)));
+            return map.exists(new Path(splitPath(path))) || map.exists(new=
 Path(path));
         } else {
             return map.exists(new Path(path));
         }


More information about the Yanel-development mailing list