[
https://issues.apache.org/jira/browse/SHINDIG-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pan Jie updated SHINDIG-1026:
-----------------------------
Attachment: 20090421-2.patch
Here're what I did in this patch:
1. fix empty path warning message which will cause makeRequest failure and add
an unittest to reproduce this issue.
2. change SigningFetcherTest->testFetchRequestForBodyHash to use example from
OAuth Request Body Hash 1.0 Draft 4
3. remove BasicGadgetSpecFactory->fetcher
4. remove GadgetOAuthTokenStore::$SERVICE_NAME and other deprecated data member
5. add setStrictNoCache() and addIdentityParams() to OAuthFetcher for code reuse
> fix signing fetcher warning for empty path
> ------------------------------------------
>
> Key: SHINDIG-1026
> URL: https://issues.apache.org/jira/browse/SHINDIG-1026
> Project: Shindig
> Issue Type: Bug
> Components: PHP
> Affects Versions: trunk
> Reporter: Pan Jie
> Priority: Minor
> Fix For: trunk
>
> Attachments: 20090421-2.patch
>
>
> For empty path like http://example.org
> SigningFetcher will echo warning message because $parsedUri['path'] is null.
> So makeRequest will failed with this warning message.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.