Before temp acl branch

This commit is contained in:
JohnZ 2012-04-24 15:07:45 +01:00 committed by Salvatore Orlando
parent 7feadce072
commit 6b6877b3cb
1 changed files with 1 additions and 2 deletions

View File

@ -316,9 +316,8 @@ public class S3RestServlet extends HttpServlet {
return;
}
// -> turn off auth - just for testing
// TODO - Remove soon -> turn off auth - just for testing
//UserContext.current().initContext("Mark", "123", "Mark", "testing", request);
//return;
} catch (SignatureException e) {
throw new PermissionDeniedException(e);