Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Fix Version/s: 3.2
-
Component/s: Push Library
-
Labels:None
-
Environment:ICEpush Email Notification
Description
It is sometimes difficult to diagnose email configuration with ICEpush. The logging has been improved as follows:
INFO: ICEpush Email Notification Provider Properties {mail.smtps.socketFactory.class=org.icepush.DummySSLSocketFactory, mail.smtp.auth=true, mail.smtps.socketFactory.fallback=false} nobody@localhost.com :0(hash)@localhost:25
The trailing part of the logging entry is the from address followed by username:password(hashcode)@host:port.
The password hashcode is the Java String hashcode and is used to protect the password in the event of the log file being published.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31479 | Mon Oct 15 14:33:32 MDT 2012 | ted.goddard | log EmailNotificationProvider configuration ( |
Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/java/org/icepush/EmailNotificationProvider.java
|