Adding WSF_CERTIFICATE twice?
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
- Login or register to post comments
- Printer friendly version
- 97 reads











Re: Adding WSF_CERTIFICATE twice?
It is a mistake in the code to add the same property twice. Thanks for pointing it out.
Nandika