Commit 43cddff7 by Owen

revert change on filters

parent eb9b69f2
......@@ -44,8 +44,8 @@ public class AuthorizedFilter implements ContainerRequestFilter {
@Override
public void filter(ContainerRequestContext requestContext) throws IOException {
System.out.println("Authorized annotation detected!");
if (false) { // IMPORTANT! PLEASE COMMENT OUT BEFORE COMMIT.
// if (!verifyCaller(requestContext)) {
if (!verifyCaller(requestContext)) {
try {
redirect(requestContext);
} catch (URISyntaxException e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment