Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EJBCA 6.2.2
-
Component/s: None
-
Labels:None
-
Issue discovered during:Customer
Description
It seems that certificate and crl cache in CertStoreServlet and CrlStoreServlet are not initialized directly after start of server.
If you go to:
localhost:8080/crls/search.cgi
the page is empty and CRLs can not be downloaded until lyou have reloaded the cache with:
http://localhost:8080/crls/search.cgi?reloadcache=true
There are some checks for cache expiration in CertStoreServlet,but it seems incomplete.