Re: Fix for vanishing attribute namespace prefixes?

2004-10-09 Thread Raul Benito
Wijlens, Joris (J.) wrote: Hi, So you are saying that there isn't a bug in your code and that if I parse a document "document" and select an Element "soapHeaderElement". Then I create the element I want to add (the placeholder element for the signature) and add it to the soapHeaderElement

Re: Fix for vanishing attribute namespace prefixes?

2004-10-09 Thread Raul Benito
Mikolaj Habryn wrote: On Fri, 2004-10-01 at 23:57, [EMAIL PROTECTED] wrote: create a DOM tree with only ==> serialize it and re-parseit so you got ==> http://uri-a";> DOM tree ==> signit obtaining http://uri-a";>... ==> you cutthe ds:signature and paste in the original DOM tree obtainig... ==

RE: Fix for vanishing attribute namespace prefixes?

2004-10-04 Thread Wijlens, Joris (J.)
[mailto:[EMAIL PROTECTED] Verzonden: vrijdag 1 oktober 2004 15:58 Aan: [EMAIL PROTECTED] Onderwerp: Re: Fix for vanishing attribute namespace prefixes?     On 30/09/2004, at 17:01, Joris Wijlens wrote:   Hi there,   I'm using the XML-security package for a Java project.   I have t

Re: Fix for vanishing attribute namespace prefixes?

2004-10-01 Thread Mikolaj Habryn
On Fri, 2004-10-01 at 23:57, [EMAIL PROTECTED] wrote: > create a DOM tree with only ==> serialize it and re-parseit > so you got ==> http://uri-a";> DOM tree ==> signit > obtaining > http://uri-a";>... ==> you > cutthe ds:signature and paste in the original DOM tree > obtainig... ==> and now you

Re: Fix for vanishing attribute namespace prefixes?

2004-10-01 Thread raul-info
On 30/09/2004, at 17:01, Joris Wijlens wrote: Hi there, I'm using the XML-security package for a Java project. I have this problem with as you describe it "vanishing attribute namespace prefixes". I tried the workaround (described in Mikolaj Habryn's message of Thu, 16 Sep 2004 19:05:56) but th

RE: Fix for vanishing attribute namespace prefixes

2004-10-01 Thread Mikolaj Habryn
On Fri, 2004-10-01 at 19:38, Wijlens, Joris (J.) wrote: > That's no problem, I won't trust anyone anymore ;). I understand that you > are working on the problem and I won't bother you with questions about when > this is fixed. But what is important to me is that coming releases will work > on 1.3 J

Fix for vanishing attribute namespace prefixes?

2004-10-01 Thread Joris Wijlens
Hi there, I'm using the XML-security package for a Java project. I have this problem with as you describe it "vanishing attribute namespace prefixes". I tried the workaround (described in Mikolaj Habryn's message of Thu, 16 Sep 2004 19:05:56) but that didn't help me. I did the following: * I

RE: Fix for vanishing attribute namespace prefixes

2004-10-01 Thread Wijlens, Joris (J.)
HEAD of the CVS repository I fear ... Can you tell me what your strategy is going to be regarding this issue. Joris -Oorspronkelijk bericht- Van: Mikolaj Habryn [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 1 oktober 2004 11:01 Aan: [EMAIL PROTECTED] Onderwerp: Re: Fix for vanishing attr

Re: Fix for vanishing attribute namespace prefixes

2004-10-01 Thread Mikolaj Habryn
On Fri, 2004-10-01 at 18:35, Wijlens, Joris (J.) wrote: > But when I try to verify message1 it fails. I think because I think > the appearing xmlns="" 's in message2 are taken into account when > signing the message (?? and message1 doesn't have them). Am I doing > something wrong here? You defini

Fix for vanishing attribute namespace prefixes

2004-10-01 Thread Wijlens, Joris (J.)
Hi there,   I'm using the XML-security package for a Java project.   I have this problem with as you describe it "vanishing attribute namespace prefixes". I tried the workaround (described in Mikolaj Habryn's message of Thu, 16 Sep 2004 19:05:56) but that didn't help me. I did the follo