Justin Cranford
Justin Cranford
Minor Enhancement: Show slot numbers as hexadecimal and decimal, currently only hexadecimal is shown
### Problem Description OpenSC prints slot numbers as hexadecimal. Many applications only accept slot numbers as a decimal number, not hexadecimal. Manual conversion is required. If there is only one...
Hello, I created simple rar and zip files with WinRar to use for testing Junrar. They contain a simple text file. For the encrypted archives, the password is just "encrypted"....
Throw RarException instead of NullPointerException. To view the changes: https://github.com/edmund-wagner/junrar/compare/master...justincranford:master?w=1
I am running my APIs with servlet path /restapis, and Swagger UI with servlet path /. My auto-generated /restapis/openapi.json renders in Swagger UI, but the paths are wrong. - Rendered...
I think I am experiencing a possible race condition in either TlsClientProtocol or TlsServerProtocol. I am using bctls-jdk18on 1.78.1. I can reproduce an intermittent failure in a JUnit test. It...