You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by co...@apache.org on 2016/12/15 10:05:05 UTC

[2/2] incubator-ranger git commit: correct spelling

correct spelling

Signed-off-by: Colm O hEigeartaigh <co...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/dac74754
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/dac74754
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/dac74754

Branch: refs/heads/master
Commit: dac747548fccb60fe9ff632e5cf66517414385f2
Parents: 32168d6
Author: zhangqiang2 <zh...@zte.com.cn>
Authored: Thu Dec 15 17:07:08 2016 +0800
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Dec 15 10:04:46 2016 +0000

----------------------------------------------------------------------
 .../apache/ranger/authorization/knox/RangerPDPKnoxFilter.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/dac74754/knox-agent/src/main/java/org/apache/ranger/authorization/knox/RangerPDPKnoxFilter.java
----------------------------------------------------------------------
diff --git a/knox-agent/src/main/java/org/apache/ranger/authorization/knox/RangerPDPKnoxFilter.java b/knox-agent/src/main/java/org/apache/ranger/authorization/knox/RangerPDPKnoxFilter.java
index 616cfcc..2ec5300 100644
--- a/knox-agent/src/main/java/org/apache/ranger/authorization/knox/RangerPDPKnoxFilter.java
+++ b/knox-agent/src/main/java/org/apache/ranger/authorization/knox/RangerPDPKnoxFilter.java
@@ -171,7 +171,7 @@ public class RangerPDPKnoxFilter implements Filter {
 		try {
 			res.sendError(code);
 		} catch (IOException e) {
-			LOG.error("Error while redireting:", e);
+			LOG.error("Error while redirecting:", e);
 		}
 	}
 
@@ -202,7 +202,7 @@ public class RangerPDPKnoxFilter implements Filter {
 
 			ret = lc.getSubject();
 		} catch (Exception excp) {
-			LOG.error("Failed to get Storm server login subject", excp);
+			LOG.error("Failed to get Knox server login subject", excp);
 		}
 
 		return ret;