Merge remote-tracking branch 'origin/jetty-9.2.x' into jetty-9.3.x

This commit is contained in:
Joakim Erdfelt 2017-05-30 13:25:26 -07:00
commit 6c89cebcbf
1 changed files with 5 additions and 0 deletions

View File

@ -404,6 +404,11 @@ public class PathResource extends Resource
return path.toAbsolutePath().toString();
}
@Override
public String toString() {
return path.toString();
}
@Override
public ReadableByteChannel getReadableByteChannel() throws IOException
{