[
https://issues.apache.org/jira/browse/SHINDIG-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733589#action_12733589
]
Chris Chabot commented on SHINDIG-1122:
---------------------------------------
My bad, that's what I get for not setting up a proper test case, sorry about
that.
After setting up a simple signed-preloading test gadget I was able to reproduce
the error & the fix was simple enough (all that was required was a
$request->setToken for signed preload requests) & i've committed the fix to svn
As far as I can tell it should be really fixed now :)
Thanks for the feedback !
> 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
> Assignee: Chris Chabot
>
> 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.