We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcee0a3 commit 96d817bCopy full SHA for 96d817b
src/main/java/org/apache/hadoop/fs/glusterfs/GlusterVolume.java
@@ -291,7 +291,7 @@ public FileStatus[] listStatus(Path f) throws IOException {
291
}
292
293
if(localf.isDirectory() && !localf.canRead()){
294
- throw new IOException("Access denied : " + localf.getPath());
+ throw new IOException("Access denied : " + f.toString());
295
296
297
File[] names = localf.listFiles();
0 commit comments