Make AUTH method failed string a more useful error message
----------------------------------------------------------

                 Key: PROTOCOLS-26
                 URL: https://issues.apache.org/jira/browse/PROTOCOLS-26
             Project: JAMES Protocols
          Issue Type: Improvement
          Components: smtp
    Affects Versions: 1.5
            Reporter: Thomas UNG
            Assignee: Norman Maurer
            Priority: Minor
             Fix For: 1.5


Have security sensitive information in log when auth login has failed

- // TODO: Make this string a more useful error message
- session.getLogger().error("AUTH method "+authType+" failed");
+ session.getLogger().error("AUTH method "+authType+" failed from " + user + 
"@" + session.getRemoteIPAddress());


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to