You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ad...@apache.org on 2017/07/06 12:14:06 UTC

[1/2] james-project git commit: JAMES-2091 Decrease the log level of authentication errors

Repository: james-project
Updated Branches:
  refs/heads/master 1dafd8849 -> 46cd28e1c


JAMES-2091 Decrease the log level of authentication errors


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/9081054b
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/9081054b
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/9081054b

Branch: refs/heads/master
Commit: 9081054bb0dc1d4cb54f05bd301728b48f1491d5
Parents: 9d8d71c
Author: Antoine Duprat <ad...@linagora.com>
Authored: Wed Jul 5 11:15:11 2017 +0200
Committer: Antoine Duprat <ad...@linagora.com>
Committed: Wed Jul 5 11:15:11 2017 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/james/jmap/AuthenticationFilter.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/9081054b/server/protocols/jmap/src/main/java/org/apache/james/jmap/AuthenticationFilter.java
----------------------------------------------------------------------
diff --git a/server/protocols/jmap/src/main/java/org/apache/james/jmap/AuthenticationFilter.java b/server/protocols/jmap/src/main/java/org/apache/james/jmap/AuthenticationFilter.java
index 04401f7..6119781 100644
--- a/server/protocols/jmap/src/main/java/org/apache/james/jmap/AuthenticationFilter.java
+++ b/server/protocols/jmap/src/main/java/org/apache/james/jmap/AuthenticationFilter.java
@@ -73,7 +73,7 @@ public class AuthenticationFilter implements Filter {
         try {
             chain.doFilter(authenticate(httpRequest), response);
         } catch (UnauthorizedException | NoValidAuthHeaderException | MailboxSessionCreationException | JwtException e) {
-            LOGGER.error("Exception occurred during authentication process", e);
+            LOGGER.info("Exception occurred during authentication process", e);
             httpResponse.sendError(HttpServletResponse.SC_UNAUTHORIZED);
         }
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[2/2] james-project git commit: Merge remote-tracking branch 'mine/JAMES-2091'

Posted by ad...@apache.org.
Merge remote-tracking branch 'mine/JAMES-2091'


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/46cd28e1
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/46cd28e1
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/46cd28e1

Branch: refs/heads/master
Commit: 46cd28e1c54227ed0ea68bc9c366308b626a9a51
Parents: 1dafd88 9081054
Author: Antoine Duprat <ad...@linagora.com>
Authored: Thu Jul 6 14:13:45 2017 +0200
Committer: Antoine Duprat <ad...@linagora.com>
Committed: Thu Jul 6 14:13:45 2017 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/james/jmap/AuthenticationFilter.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org