Actions
Bug #204
closedAuthority tree populated incorrectly.
Description
Though all authorities are loaded into the tree, the tree is not populated correctly and intermediate authorities wrongly appear as root authorities.
Updated by Felix Tiede over 7 years ago
Unlike in earlier versions, rows are no longer read in the order they were written to the database but in arbitrary order.
Thus a root CA might be loaded much later than its childs causing the observed behavior. Policies are also affected, causing sqlite_db unit test to fail occasionally when accessing a policy by index.
Updated by Felix Tiede over 7 years ago
- Precedes Task #210: Database update necessary. added
Updated by Felix Tiede over 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset kca|3c413aa3c86a0965d1dd498a04c5acc3fe4d40e3.
Actions