bc-java
bc-java copied to clipboard
HttpAuth.java res.close(); blocks protocol EST for simpleenroll
Hello,
For some Application, in my case EJBCA PKI, the "res.close();" will make the simpleenroll fail with basic auth saying that the username provided is null at the CA/RA Side.
I think you will need to delete the res.close after : else if (authHeader.startsWith("basic")) { {
Regards, Thibauld