Bug 4923

Summary: GlobusCredential constructor accepts expired credential
Product: CoG jglobus Reporter: Tom Scavo <trscavo@gmail.com>
Component: securityAssignee: Rachana Ananthakrishnan <ranantha@mcs.anl.gov>
Status: NEW    
Severity: normal CC: meder@mcs.anl.gov
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description From 2006-12-20 14:20:46
The method call

GlobusCredential.getDefaultCredential()

throws an exception if the credential is expired (as documented in the
javadocs) but the call

new GlobusCredential(inputFilename)

does not.  Is this intended behavior?  Shouldn't the two behave similarly?