Re: TLP Resolution

2006-05-05 Thread Davanum Srinivas
Berin, their stuff is "Info-Raksha"...we'd be going for "Apache Raksha" -- dims On 5/5/06, Berin Lautenbach <[EMAIL PROTECTED]> wrote: And I've just found this http://harishinfotech.com/index.htm# Which uses Raksha in the name. So the options are starting to get more limited! Cheers,

Re: TLP Resolution

2006-05-05 Thread Berin Lautenbach
And I've just found this http://harishinfotech.com/index.htm# Which uses Raksha in the name. So the options are starting to get more limited! Cheers, Berin Raul Benito wrote: > You're a poet, less cool than santuary, but +1 for me. > > On 5/4/06, Berin Lautenbach <[EMAIL PROTECTED]>

Re: Possible c14n bugs

2006-05-05 Thread Raul Benito
Don't worry, Anyway thanks for caring Regards, On 5/5/06, James Reeves <[EMAIL PROTECTED]> wrote: Raul Benito wrote: > can you test again with this change? Aha! You're correct; setting namespaceAware to true solves the problem completely. Apologies for the false alarm. In hindsight it see

Re: Possible c14n bugs

2006-05-05 Thread James Reeves
Raul Benito wrote: can you test again with this change? Aha! You're correct; setting namespaceAware to true solves the problem completely. Apologies for the false alarm. In hindsight it seems all too obvious. -- James Reeves http://www.hybridfour.com

Re: Possible c14n bugs

2006-05-05 Thread Raul Benito
It looks really weird to me. Perhaps the documentBuilder is not namespace aware... See javadoc for DocumentBuilder... setNamespaceAware public void setNamespaceAware(boolean awareness) Specifies that the parser produced by this code will provide support for XML namespaces. By default the v

Possible c14n bugs

2006-05-05 Thread James Reeves
Hi, I think I've discovered two bugs in the c14n methods of XML Security. Your site recommends bringing up bugs on the mailing list first (a sensible precaution!), so I'll detail my findings here and see if anyone can confirm if these bug is valid. I'm using the Java 1.3 version of XML Securi