Re: RFR 8138704: CertStatusReqItemV2 should not implement StatusRequest interface

2015-10-02 Thread Sean Mullan
Looks fine to me. --Sean On 10/1/15 12:02 PM, Jamil Nimeh wrote: Hello all, While looking at CertStatusReqItemV2, I came across a left-over from early prototyping. The class currently implements StatusRequest, but it really shouldn't. It never caused a problem because StatusRequest requires

RFR 8138704: CertStatusReqItemV2 should not implement StatusRequest interface

2015-10-01 Thread Jamil Nimeh
Hello all, While looking at CertStatusReqItemV2, I came across a left-over from early prototyping. The class currently implements StatusRequest, but it really shouldn't. It never caused a problem because StatusRequest requires the implementation of length and send methods, and that class ne