So this is pretty silly, but Microsoft (Live) is presenting users with iCal URLs formed as "webcals://URL". That's right - webcals, because apparently they can't follow the crowd. Basically need to extend the support from #723548: Provide better URL validation and error reporting for invalid feed URLs

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mglaman’s picture

Status: Active » Needs review
FileSize
618 bytes

Patch! Now turns webcals:// to http://

twistor’s picture

Status: Needs review » Needs work
Issue tags: +Needs tests

This would need feeds_valid_url() to be updated.
Needs a simple test.

Are you sure that webcals isn't supposed to map to https?

mglaman’s picture

mglaman’s picture

Title: Support Microsoft iCal links » Support webcals scheme for HTTPS.
Status: Needs work » Needs review
FileSize
2.77 KB

Updated patch and added webcals to protocol tests. Changing title, too.

Status: Needs review » Needs work

The last submitted patch, 4: support_microsoft_ical-2451111-4.patch, failed testing.

mglaman’s picture

Status: Needs work » Needs review
FileSize
2.5 KB
824 bytes

I don't know if the testbot can access itself via HTTPS, so removing that bit from testOddFeedSchemes, since testFeedsValidURL covers webcals for validation.