SigningFetcherFactory was not working properly
----------------------------------------------
Key: SHINDIG-477
URL: https://issues.apache.org/jira/browse/SHINDIG-477
Project: Shindig
Issue Type: Bug
Environment: Windows
Reporter: impetus technologies
In SigningFetcherFactory.php the code was written to read private.key file
which is not there in "cert" folder by default, that's why it was throwing
exception and not rendering the gadget. Even if a proper key file is placed in
the cert folder then code is setting cache before openssl_pkey_get_private()
call, as per my opinion cache must be set after the method call.Have done
couple of changes to address this. Patch is attached. Pls validate.
P.S: Found this issue, while exceuting a Oauth gadget in samplecontainer
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.