Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EJBCA 6.11.1.4, EJBCA 6.14.0
-
Component/s: None
-
Labels:None
-
Issue discovered during:Customer
-
Sprint:EJBCA Sprint 13
Description
Customer has required the following behavior from ApprovalSessionBean.getRemainingNumberOfApprovals(int)
Modify getRemainingNumberOfApprovals so that
if NumberOfApprovals (noa) > 0 and not expired -> return noa
if noa > 0 and expired -> throw exception
if noa == 0 -> return 0
if noa <0 -> return -1
This change in behavior should be noted in the upgrade document, as it effects behavior for the corresponding WS method.
Attachments
Issue Links
- is related to
-
ECA-6887 Return value for rejected approvals in EjbcaWS.getRemainingNumberOfApprovals(int) is incorrect
-
- Closed
-