login button

Adding WSF_CERTIFICATE twice?

Forums :

Hi,

during my search regarding the .NET-PHP interoperability issue (please help me also out @ http://wso2.org/forum/thread/3974) I came across a place in the source file wsf.c (in the current SVN-version). In both lines 1855 and 1877 it seems the provided certificate (WSF_CERTIFICATE) is added twice to the internal store, first using add_property_stringl, second using add_property_string. Is that correct or a problem? Should the other certificate components (WSF_PRIVATE_KEY and WSF_RECEIVER_CERTIFICATE) also be added using add_property_stringl?

I hope this is the right place to post my suggestion.

Kind regards

Joachim

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: Adding WSF_CERTIFICATE twice?

It is a mistake in the code to add the same property twice. Thanks for pointing it out.

Nandika

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.