DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27435>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27435 Update IBM interop tests / Fix compile problem in JDK1.3 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2004-03-05 08:29 ------- Dims, are your diffs against XMLCipher relevant to this particular bug? RCS file: /home/cvs/xml-security/src/org/apache/xml/security/encryption/XMLCipher.java,v retrieving revision 1.21 diff -d -u -b -B -w -u -r1.21 XMLCipher.java --- src/org/apache/xml/security/encryption/XMLCipher.java 4 Mar 2004 10:55:53 -0000 1.21 +++ src/org/apache/xml/security/encryption/XMLCipher.java 4 Mar 2004 13:58:56 -0000 @@ -3748,7 +3748,7 @@ } public Element toElement() { - return toElement(EncryptionConstants._TAG_DATAREFERENCE); + return super.toElement(EncryptionConstants._TAG_DATAREFERENCE); } } @@ -3758,7 +3758,7 @@ } public Element toElement() { - return toElement(EncryptionConstants._TAG_KEYREFERENCE); + return super.toElement(EncryptionConstants._TAG_KEYREFERENCE); } } } It might be a good change, it's just that it doesn't seem to make much sense compared to the rest of the diffs :) I'll commit the other diffs today.
