Skip to content

Commit

Permalink
Illegal reflective access by com.sun.mail.util.SocketFetcher eclipse-…
Browse files Browse the repository at this point in the history
…ee4j#124

Co-authored-by: jmehrens <[email protected]>
Co-authored-by: icu5545 <[email protected]>
Signed-off-by: jmehrens <[email protected]>
  • Loading branch information
jmehrens committed Feb 14, 2024
1 parent e1ec677 commit 6e3a435
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -656,14 +656,14 @@
* <code>javax.net.ssl.HostnameVerifier</code> interface or an alias name
* assigned to a built in hostname verifier. A class name will be instantiated
* using the default constructor and that instance will be used to verify the
* hostname against the certificate. The alias name <code>legacy</code> will
* enable the <code>sun.security.util.HostnameChecker</code> with fail over to
* the <code>MailHostnameVerifier</code>. The alias name
* <code>sun.security.util.HostnameChecker</code> or
* <code>JdkHostnameChecker</code> will attempt to access the
* hostname against the certificate. The alias name <code>"legacy"</code> will
* enable the <code>"sun.security.util.HostnameChecker"</code> with fail over to
* the <code>"MailHostnameVerifier"</code>. The alias name
* <code>"sun.security.util.HostnameChecker"</code> or
* <code>"JdkHostnameChecker"</code> will attempt to access the
* <code>sun.security.util.HostnameChecker</code> via reflection. The alias name
* <code>MailHostnameVerifier</code> will check server identity as specified by
* <A HREF="http://www.ietf.org/rfc/rfc2595.txt" TARGET="_top">RFC 2595</A>.
* <code>"MailHostnameVerifier"</code> will check server identity as specified
* by <A HREF="http://www.ietf.org/rfc/rfc2595.txt" TARGET="_top">RFC 2595</A>.
* The instantiated object will provide additional checks based on the content
* of the server's certificate are intended to prevent man-in-the-middle
* attacks. Defaults to null.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -496,14 +496,14 @@
* <code>javax.net.ssl.HostnameVerifier</code> interface or an alias name
* assigned to a built in hostname verifier. A class name will be instantiated
* using the default constructor and that instance will be used to verify the
* hostname against the certificate. The alias name <code>legacy</code> will
* enable the <code>sun.security.util.HostnameChecker</code> with fail over to
* the <code>MailHostnameVerifier</code>. The alias name
* <code>sun.security.util.HostnameChecker</code> or
* <code>JdkHostnameChecker</code> will attempt to access the
* hostname against the certificate. The alias name <code>"legacy"</code> will
* enable the <code>"sun.security.util.HostnameChecker"</code> with fail over to
* the <code>"MailHostnameVerifier"</code>. The alias name
* <code>"sun.security.util.HostnameChecker"</code> or
* <code>"JdkHostnameChecker"</code> will attempt to access the
* <code>sun.security.util.HostnameChecker</code> via reflection. The alias name
* <code>MailHostnameVerifier</code> will check server identity as specified by
* <A HREF="http://www.ietf.org/rfc/rfc2595.txt" TARGET="_top">RFC 2595</A>.
* <code>"MailHostnameVerifier"</code> will check server identity as specified
* by <A HREF="http://www.ietf.org/rfc/rfc2595.txt" TARGET="_top">RFC 2595</A>.
* The instantiated object will provide additional checks based on the content
* of the server's certificate are intended to prevent man-in-the-middle
* attacks. Defaults to null.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -619,14 +619,14 @@
* <code>javax.net.ssl.HostnameVerifier</code> interface or an alias name
* assigned to a built in hostname verifier. A class name will be instantiated
* using the default constructor and that instance will be used to verify the
* hostname against the certificate. The alias name <code>legacy</code> will
* enable the <code>sun.security.util.HostnameChecker</code> with fail over to
* the <code>MailHostnameVerifier</code>. The alias name
* <code>sun.security.util.HostnameChecker</code> or
* <code>JdkHostnameChecker</code> will attempt to access the
* hostname against the certificate. The alias name <code>"legacy"</code> will
* enable the <code>"sun.security.util.HostnameChecker"</code> with fail over to
* the <code>"MailHostnameVerifier"</code>. The alias name
* <code>"sun.security.util.HostnameChecker"</code> or
* <code>"JdkHostnameChecker"</code> will attempt to access the
* <code>sun.security.util.HostnameChecker</code> via reflection. The alias name
* <code>MailHostnameVerifier</code> will check server identity as specified by
* <A HREF="http://www.ietf.org/rfc/rfc2595.txt" TARGET="_top">RFC 2595</A>.
* <code>"MailHostnameVerifier"</code> will check server identity as specified
* by <A HREF="http://www.ietf.org/rfc/rfc2595.txt" TARGET="_top">RFC 2595</A>.
* The instantiated object will provide additional checks based on the content
* of the server's certificate are intended to prevent man-in-the-middle
* attacks. Defaults to null.
Expand Down

0 comments on commit 6e3a435

Please sign in to comment.