Hi Ruchith,

I found one more bug in the serialize() method of
SignedEncryptedElements.java (part of rampart-policy):

this:

       if (writerPrefix == null) {
           // xmlns:sp=".."
           writer.writeNamespace(prefix, namespaceURI);
       }

should be changed to this:

writer.writeNamespace(prefix, namespaceURI);

Otherwise it will never write the prefix & namespace. I'm a bit in a hurry,
so just mentioning that to you, will report the JIRA later today. Thanks.

Regards,
Angel

On 5/29/07, Deepal jayasinghe <[EMAIL PROTECTED]> wrote:

Good to go ,
I test this with Axis2 1.2 (branch) and it worked in both HTTP and SMTP.

So +1 for the release.

Thanks
Deepal
> Here u go :-)
>
> http://people.apache.org/~ruchithf/rampart/1_2/
>
> Thanks,
> Ruchith
>
> On 5/28/07, Deepal jayasinghe <[EMAIL PROTECTED]> wrote:
>> Hi  Ruchith ,
>>
>> Please send the artifact link.
>>
>> Thanks
>> Deepal
>> > Hi All,
>> >
>> > I'd like to propose the 1.2 release of Apache Rampart with the
release
>> > artifacts available here[1].  (finally !!! :-) )
>> >
>> > This release provides WS-Security, WS-Trust and WS-SecureConversation
>> > implementations for Apache Axis2-1.2. Rampart configuration is based
>> > on WS-SecurityPolicy and we still support Rampart-1.0 style
>> > configuration even though its marked to be deprecated.
>> >
>> > Here's my +1 for the release.
>> >
>> > Thanks,
>> > Ruchith
>> >
>> >
>>
>>
>
>


--
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"


Reply via email to