[ 
https://issues.apache.org/jira/browse/TUSCANY-3735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923394#action_12923394
 ] 

Simon Nash commented on TUSCANY-3735:
-------------------------------------

As a workaround to get the feed-aggregator and feed-aggregator-webapp samples 
working, I've added code under revision r1025934 to avoid using HTTP 
authorization or authentication by default.  (Both of these were causing the 
GET to fail.)

I'm leaving this JIRA open to track the issue that we don't have a way for the 
user to control whether authorization and/or authentication are used when 
retrieving a feed.

> binding.atom can't connect to Apache Tuscany blog Atom feed
> -----------------------------------------------------------
>
>                 Key: TUSCANY-3735
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3735
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA ATOM Binding Extension
>    Affects Versions: Java-SCA-1.6
>            Reporter: Simon Nash
>
> The feed-aggregator and feed-aggregator-webapp samples use the Apache Tuscany 
> blog Atom feed as one of the aggregated Atom feeds.  Attempting to read from 
> the Tuscany blog feed fails with the following error:
>      [java] - Unable to respond to any of these challenges: 
> {googlelogin=GoogleLogin realm="https://www.google.com/accounts/ClientLogin";, 
> service="blogger"}
> The problem is caused by code in the binding-atom-abdera module that always 
> attaches a hard-wired HTTP Basic Authorization header with userid=admin and 
> password=admin to all the HTTP requests that are sent.  This header isn't 
> acceptable to the the Tuscany blog feed.

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