Fatal error on <Preload> with authz="signed"
--------------------------------------------

                 Key: SHINDIG-1122
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1122
             Project: Shindig
          Issue Type: Bug
          Components: PHP
    Affects Versions: 1.1-BETA1
         Environment: Shindig (PHP) trunk
            Reporter: Matthieu Huguet


I encountered a fatal error while trying to make a signed preload request in a 
gadget
<Preload href="http://my-local-url/"; authz="signed" />

Fatal Error :
Call to member function getSigningFetcher() on a non object in 
/home/www/shindig/src/common/sample/BasicRemoteContent.php


The problem is in the fetchResources() function ( src/gadgets/GadgetFactory.php 
) :
      $remoteContent = new BasicRemoteContent(new BasicRemoteContentFetcher(), 
$signingFetcherFactory);

$signingFetcherFactory is not defined.


-- 
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