[Pki-devel] [PATCH] pki-cfu-0143-Ticket-2389-Installation-subsystem-certs-could-have-.patch

Endi Sukma Dewata edewata at redhat.com
Wed Jun 29 02:30:08 UTC 2016


On 6/28/2016 8:03 PM, Christina Fu wrote:
> This patch addresses https://fedorahosted.org/pki/ticket/2389
> Installation: subsystem certs could have notAfter beyond CA signing cert
> in case of external or existing CA
>
> thanks,
> Christina

Just one thing, to help troubleshooting the exception should be chained 
and the original exception message should be appended, for example:

   } catch (Exception e) {
       throw new EProfileException(
           "Unable to get CA certificate: " + e.getMessage(), e);
   }

The class/method name doesn't need to be included in the exception 
message since we can figure that out from the stack trace.

ACK with the above change.

-- 
Endi S. Dewata




More information about the Pki-devel mailing list