bugGNU Crypto - Bugs: bug #12721, Java SDK 5 Support

 
 

bug #12721: Java SDK 5 Support

Submitter:  None
Submitted:  Sun 17 Apr 2005 08:31:12 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 17 Apr 2005 08:31:12 PM UTC, original submission:  

Compilation fails in a Java 5 environment, because gnu.crypto.sasl.ClientMechanism, ServerMechanism and various derived classes declare that they throw a IllegalSaslStateException in getNegotiatedProperty. However, the interfaces that come with Java 5 don't declare this exception, instead suggesting that the method throws an IllegalStateException.

To get the code to compile, it should be sufficient to make IllegalSaslStateException derive from IllegalStateException instead of SaslException. However, this change would probably cause runtime errors, as current internal usage of this methods is likely to depend on the current hierarchy. (E.g. SaslInputStream declares an IOException to be thrown from its constructor - which won't happen if IOException is no longer a superclass of IllegalSaslStateException.)

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code