[Lada-commits] [PATCH] Removed comment
Wald Commits
scm-commit at wald.intevation.org
Tue Feb 28 14:56:20 CET 2017
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1488290174 -3600
# Node ID 1e0ba37ff3d866e5b4d0c7f81df3304f23c8e10a
# Parent e51c56914e52a82cbc4759057333fe0f8d2fb1ef
Removed comment.
diff -r e51c56914e52 -r 1e0ba37ff3d8 src/main/java/de/intevation/lada/util/auth/HeaderAuthorization.java
--- a/src/main/java/de/intevation/lada/util/auth/HeaderAuthorization.java Tue Feb 28 14:08:39 2017 +0100
+++ b/src/main/java/de/intevation/lada/util/auth/HeaderAuthorization.java Tue Feb 28 14:56:14 2017 +0100
@@ -241,7 +241,6 @@
Class<T> clazz
) {
Authorizer authorizer = authorizers.get(clazz);
- //This is a hack... Allows wildcard for unknown classes.
if (authorizer == null) {
return false;
}
More information about the Lada-commits
mailing list