Re: Signature.getAlogrithm return null in special case

2013-06-28 Thread Deven You
JDK author, I've filed: JDK-8014620: Signature.getAlogrithm return null in special case and stocked it with your patch. Thanks, Brad On 5/13/2013 9:46 PM, Deven You wrote: Hi All, I find in a special case: If you create a SignatureSpi service through extending Signature rather th

Re: Signature.getAlogrithm return null in special case

2013-06-17 Thread Brad Wetmore
y progress on this problem? I see the last comments on JDK-8014620 is six days before. Thanks a lot! On 05/15/2013 08:28 AM, Brad Wetmore wrote: Offhand, this seems reasonable. Since you are an OpenJDK author, I've filed: JDK-8014620: Signature.getAlogrithm return null in special case

Re: Signature.getAlogrithm return null in special case

2013-06-17 Thread Brad Wetmore
3 08:28 AM, Brad Wetmore wrote: Offhand, this seems reasonable. Since you are an OpenJDK author, I've filed: JDK-8014620: Signature.getAlogrithm return null in special case and stocked it with your patch. Thanks, Brad On 5/13/2013 9:46 PM, Deven You wrote: Hi All, I find in a speci

Re: Signature.getAlogrithm return null in special case

2013-05-27 Thread Brad Wetmore
JDK author, I've filed: JDK-8014620: Signature.getAlogrithm return null in special case and stocked it with your patch. Thanks, Brad On 5/13/2013 9:46 PM, Deven You wrote: Hi All, I find in a special case: If you create a SignatureSpi service through extending Signature rather than Si

Re: Signature.getAlogrithm return null in special case

2013-05-21 Thread Deven You
14620: Signature.getAlogrithm return null in special case and stocked it with your patch. Thanks, Brad On 5/13/2013 9:46 PM, Deven You wrote: Hi All, I find in a special case: If you create a SignatureSpi service through extending Signature rather than SignatureSpi, the returned signature instance will

Re: Signature.getAlogrithm return null in special case

2013-05-14 Thread Brad Wetmore
Offhand, this seems reasonable. Since you are an OpenJDK author, I've filed: JDK-8014620: Signature.getAlogrithm return null in special case and stocked it with your patch. Thanks, Brad On 5/13/2013 9:46 PM, Deven You wrote: Hi All, I find in a special case: If you cre

Re: Signature.getAlogrithm return null in special case

2013-05-13 Thread Deven You
Hi All, I didn't see this mail is posted to mailing list for 2 ~ 3 hours, I am not sure why so just re-send it. Thanks a lot! On 05/14/2013 11:01 AM, Deven You wrote: Hi All, I find in a special case: If you create a SignatureSpi service through extending Signature rather than SignatureSpi,

Signature.getAlogrithm return null in special case

2013-05-13 Thread Deven You
Hi All, I find in a special case: If you create a SignatureSpi service through extending Signature rather than SignatureSpi, the returned signature instance will lose its algortithm name. Though the fix[1] is simple I think it's valuable. Could anyone take a look? [1] http://cr.openjdk.java.