[Pki-devel] [PATCH] 836 Troubleshooting improvements for GetCertChain.

2016-10-05 Thread Endi Sukma Dewata
To help troubleshooting the GetCertChain servlet has been modified to log the certificate chain being returned. The ConfigurationUtils has also been modified to log the certificate chain received. https://fedorahosted.org/pki/ticket/2463 Pushed to master (10.4) under one-liner/trivial rule. --

Re: [Pki-devel] [PATCH] 835 Removed duplicate classes.

2016-10-05 Thread Endi Sukma Dewata
On 10/5/2016 5:13 PM, Matthew Harmsen wrote: ACK As it was reported that a runtime test had been conducted on all of the RPMS, I simply did the following simple sanity test: * built pki-core, consolidated the RPMS, extracted all of the jar files from the RPMS, and unzipped the jar files t

Re: [Pki-devel] [PATCH] 835 Removed duplicate classes.

2016-10-05 Thread Matthew Harmsen
On 10/05/2016 03:15 PM, Endi Sukma Dewata wrote: The CMake scripts have been modified to store compiled Java classes in separate folders for each JAR files to avoid duplicates. https://fedorahosted.org/pki/ticket/2505 ___ Pki-devel mailing list Pki-

[Pki-devel] [PATCH] 835 Removed duplicate classes.

2016-10-05 Thread Endi Sukma Dewata
The CMake scripts have been modified to store compiled Java classes in separate folders for each JAR files to avoid duplicates. https://fedorahosted.org/pki/ticket/2505 -- Endi S. Dewata >From 6125446085b97028d74ffbf147d8c50ae6bc8c0b Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 5

Re: [Pki-devel] [PATCH] pki-cfu-0152-Ticket-1527-TPS-Enrollment-always-goes-to-ca1-bug-fi.patch

2016-10-05 Thread Christina Fu
pushed to master commit 3b93a22c4ffa6e5e16cfd5c8ec02348c58b78422 thanks! Christina On 10/05/2016 08:19 AM, Endi Sukma Dewata wrote: On 10/3/2016 7:14 PM, Christina Fu wrote: This patch fixes an additional issue in ticket: https://fedorahosted.org/pki/ticket/1527 where after proper revocat

Re: [Pki-devel] [PATCH] pki-cfu-0152-Ticket-1527-TPS-Enrollment-always-goes-to-ca1-bug-fi.patch

2016-10-05 Thread Endi Sukma Dewata
On 10/3/2016 7:14 PM, Christina Fu wrote: This patch fixes an additional issue in ticket: https://fedorahosted.org/pki/ticket/1527 where after proper revocation ca discovery, the revokeCertificate ends up using the default (original) ca instead. Christina Assuming it works, ACK. The thing i