[
https://issues.apache.org/jira/browse/PROTOCOLS-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas UNG updated PROTOCOLS-26:
--------------------------------
Attachment: AuthCmdHandler.java
update for lines 344 and 357
session.getLogger().error("AUTH method "+authType+" failed from " + user + "@"
+ session.getRemoteIPAddress());
> 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
> Labels: patch
> Fix For: 1.5
>
> Attachments: AuthCmdHandler.java
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]