Hi,

I'm using feeds to import node from an ACL protected XML file.
For the source URL I'm using the http://username:password@URL syntax.

The problem is that my username contain an at symbol that make the URL invalid for feeds.

I needed to alter the feeds_valid_url function to add the at symbol in the username check

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

julien_g’s picture

Here is the patch for the 7.x-2.x-dev version

twistor’s picture

Status: Patch (to be ported) » Needs work

Can you add a test for this?

FeedsUnitTestCase::testFeedsValidURL()