ecarlseen
ecarlseen
Having this issue also (MacOS 11.2.3, jq 1.6). It is rejecting my fractions.
I'm having the same issue, running CE 7.9.0.2 on WildFly 24.0.1, OpenJDK 11.0.16+8. This bug is a bit of a show-stopper. Working around the issue by creating the end entity...
Thanks for your prompt attention to this. We look forward to being able to issue certificates.
If 7.9.1 cannot be released, would it be possible to get a .diff patch or equivalent for this? Unfortunately, after we upgraded this specific scenario was not in our test...
Unfortunately it doesn't seem to like that code block. > [mkdir] Created dir: /opt/ejbca/ejbca_ce_7_9_0_2/modules/cesecore-common/build/classes [javac] Compiling 464 source files to /opt/ejbca/ejbca_ce_7_9_0_2/modules/cesecore-common/build/classes [javac] /opt/ejbca/ejbca_ce_7_9_0_2/modules/cesecore-common/src/org/cesecore/util/CertTools.java:4747: error: cannot find symbol [javac] if (Objects.isNull(excluded))...
> @ecarlseen , as workaround I changed this line https://github.com/Keyfactor/ejbca-ce/blob/EJBCA_7_9_0_2_20220616/modules/cesecore-common/src/org/cesecore/util/CertTools.java#L4726 into > > `if (excluded != null && isAllDNSNamesExcluded(excluded)) {` > > Works for me, but I am not developer...