Benoit Friry
Benoit Friry
In `ejbca-common/src/org/ejbca/util/DatabaseIndexUtil.java`, you have already have code to test product name: ``` if (databaseMetaData.getDatabaseProductName().equalsIgnoreCase(ORACLE) && databaseMetaData.getDatabaseMajorVersion() >= ORACLE_VERSION) { ``` I supposed it could be OK to define `dropCrlDataIndex` query...
Ouch. Not that simple! I suppose there is only a very few number of Android devices with more than 1 external storage (physical sdcard). I've never used external USB storage,...
Content of external_files.tar.gz for OSMAnd~ and AntennaPod are an empty "files" directory. That's what is in /sdcard/Android/data/.
Is OsmAnd: settings > Osmand settings > Storage folder. I can choose: - internal storage (hidden for user), - external storage 1 (/storage/emulated/0/Android/data/net.osmand.plus/files), - external storage 2 (/storage/NNNN-NNNN/Android/data/net.osmand.plus/files), - multi-user...
Certificate approval is expected not to be shown on adminweb. I found `query.add(ApprovalMatch.MATCH_WITH_APPROVALTYPE, BasicMatch.MATCH_TYPE_EQUALS, Integer.toString(ApprovalDataVO.APPROVALTYPE_ACTIVATECATOKEN), Query.CONNECTOR_AND);` in `modules/admin-gui/src/org/ejbca/ui/web/admin/approval/ListApproveActionManagedBean.java`. Searching in release notes, it's bound to ECA-7391: since [v7.5](https://doc.primekey.com/ejbca/ejbca-release-information/ejbca-release-notes/ejbca-7-5-release-notes), only show...
## Expected behavior? In `RaApprovalRequestInfo.java`, I see: ``` /** Is waiting for someone else to do something */ public boolean isPending(final List roles) { return !isWaitingForMe(roles) && !isProcessed(); } ```...
Hello! The request is created after the approver is in the approval profile. The approver is allowed to approve via the "Custom Search tab", even if the "To Approve" tab...
I've reproduced the issue from a new instance. - Create a CA "CN=MyCA" (1 year, P-256) - Create a cert profile "mycertprofile" ("server" clone, 1 mo validity, only on MyCA)...
Did you notice the little [doc issue](https://github.com/Keyfactor/ejbca-ce/issues/659#issuecomment-2403010959)? In RaApprovalRequestInfo.java, I see: ``` /** Is waiting for someone else to do something */ public boolean isPending(final List roles) { return !isWaitingForMe(roles)...
Showing full path is not efficient for all use cases. UC1: I do not remember the folder name, but I do know its parent folder name. UC2: I have a...