Re: [PATCH] Removal of Chained Exception for JDK 1.3 Support

2005-05-30 Thread Davanum Srinivas
Applied. thanks. Next time, please use bugzilla to report the bug. http://issues.apache.org/ -- dims On 5/30/05, Chad La Joie <[EMAIL PROTECTED]> wrote: > Attached are a set of patches and a new class that allows the CVS HEAD > code to compile on JDK 1.3. The TransformXPath and XMLSignatureInp

RE: URI resolution problem

2005-05-30 Thread Vincent Finn
Hi, I got the updated file and after a slight change (I don't have cleanURIEscapes) I have tested it and everything is now working fine Thanks, Vin > -Original Message- > From: Berin Lautenbach [mailto:[EMAIL PROTECTED] > Sent: 29 May 2005 01:10 > To: security-dev@xml.apache.org

Update on C++ 1.2 release

2005-05-30 Thread Berin Lautenbach
Peoples, Just to let you know where this is at (I'm about to drop out for rest of week again, and wanted to give an update). Everything is nearly ready to go. I've updated docs, and am almost through updating the various build files to get to work on all platforms. However I've run into a

[PATCH] Removal of Chained Exception for JDK 1.3 Support

2005-05-30 Thread Chad La Joie
Attached are a set of patches and a new class that allows the CVS HEAD code to compile on JDK 1.3. The TransformXPath and XMLSignatureInput classes were throwing runtime exceptions and were chaining the causal exceptions. I created an XMLSecurityRuntimeException which behaves exactly like XMLSecu