bc-java icon indicating copy to clipboard operation
bc-java copied to clipboard

HttpAuth.java res.close(); blocks protocol EST for simpleenroll

Open Spital14 opened this issue 3 years ago • 0 comments

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

Spital14 avatar Jul 01 '22 12:07 Spital14