pfirmstone / JGDMS

Infrastructure for providing secured micro services, that are dynamically discoverable and searchable over ipv6 networks
https://pfirmstone.github.io/JGDMS/
Apache License 2.0
14 stars 4 forks source link

Module jgdms-rmi-tls two bugs identified by spotbugs. #138

Closed pfirmstone closed 2 years ago

pfirmstone commented 3 years ago

Describe the bug A NPE if Subject is null in SubjectKeyManager constructor.

Failure to close input stream in exceptional condition in FilterX509TrusteManager, needs a try finally block.