JDK-8206944 : Missing SSLSession.getLocalPrincipal() tests
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Priority: P3
  • Status: Resolved
  • Resolution: Won't Fix
  • Submitted: 2018-07-10
  • Updated: 2020-12-09
  • Resolved: 2020-12-09
Related Reports
Relates :  
Description
Principals are not as commonly used as certificates, but JDK-8206355 showed a lack of test coverage for this method.  JDK-8206355 added some simple tests for clientAuth on or off, but we might want to expand this coverage.

We should also check coverage of the other SSLSession methods.