Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Java-SCA-1.6
-
None
Description
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.