openssl_pkey_get_private() values cannot be cached
--------------------------------------------------

                 Key: SHINDIG-486
                 URL: https://issues.apache.org/jira/browse/SHINDIG-486
             Project: Shindig
          Issue Type: Bug
          Components: Common Components (PHP)
         Environment: affects all configurations when using some sort of cache
            Reporter: Janek Hiis
            Priority: Minor


in php/src/gadgets/SigningFetcherFactory.php the private key file is loaded 
from file and then converted with openssl_pkey_get_private(). But the result of 
this is of type #Resource and thus cannot be serialized and stored into cache.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to