takuy****@users*****
takuy****@users*****
2011年 5月 8日 (日) 06:15:06 JST
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "BetaProject" repository containing the "mdc" project. The branch, master has been updated via 4e81aa42be24323ca0081b7e3d1f05e09836db75 (commit) via 888b67347c880448e4d3c008562feca33edaead3 (commit) from f54e0948a532801919c197b09af167b9af0148c1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4e81aa42be24323ca0081b7e3d1f05e09836db75 Author: Takuya Ono <takuy****@users*****> Date: Sun May 8 06:14:42 2011 +0900 ADD: Untrusted server connection waring dialog jUnit test program. commit 888b67347c880448e4d3c008562feca33edaead3 Author: Takuya Ono <takuy****@users*****> Date: Sun May 8 05:17:41 2011 +0900 ADD: Untrusted server connection waring dialog support. (Not test yet) ----------------------------------------------------------------------- Summary of changes: .../checksmtp/ssl/RespondingX509TrustManager.java | 47 +++++- .../checksmtp/ssl/WarningServerTrustFrame.form | 115 +++++++++++++ .../checksmtp/ssl/WarningServerTrustFrame.java | 168 ++++++++++++++++++++ .../checksmtp/ssl/WarningServerTrustFrameTest.java | 96 +++++++++++ 4 files changed, 419 insertions(+), 7 deletions(-) create mode 100644 src/org/jent/checksmtp/ssl/WarningServerTrustFrame.form create mode 100644 src/org/jent/checksmtp/ssl/WarningServerTrustFrame.java create mode 100644 test/org/jent/checksmtp/ssl/WarningServerTrustFrameTest.java hooks/post-receive -- BetaProject (mdc)