return getProperty("auth.realm");
}
boolean authorise(V7File file, Request request, Method method, Auth auth) {
AuthenticationToken tag = auth == null ? null
: (AuthenticationToken) auth.getTag();
switch (method) {
case GET:
case PROPFIND:
return authorisation.authoriseRead(file, tag);