You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Brian Eaton (JIRA)" <ji...@apache.org> on 2008/05/26 18:55:56 UTC

[jira] Updated: (SHINDIG-309) return HTTP errors from HttpFetcher subclasses

     [ https://issues.apache.org/jira/browse/SHINDIG-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Eaton updated SHINDIG-309:
--------------------------------

    Attachment: httperrors.patch

> return HTTP errors from HttpFetcher subclasses
> ----------------------------------------------
>
>                 Key: SHINDIG-309
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-309
>             Project: Shindig
>          Issue Type: Bug
>            Reporter: Brian Eaton
>         Attachments: httperrors.patch
>
>
> The current implementation of BasicHttpFetcher fails if a server returns a 40x or 50x return code.  An exception gets thrown, which in turn is turned into a hard coded HTTP 500 response.
> This patch tweaks the code to allow the real response to be returned.
> This is prep work for supporting the OAuth problem reporting extension, to be shortly followed by the Scalable OAuth extension.

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