I'm trying to add a redirect from a url on my site to an ical:// url, but path_redirect mangles the URL and it does not redirect properly. Instead I get a 404 error when attempting to access the redirecting URL.

Comments

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

We just use drupal_goto() (which uses url()), so maybe there's a problem with the core function?

dave reid’s picture

Take a look at http://api.drupal.org/api/function/filter_xss_bad_protocol/6. You should be using webcal:// and not ical://.

dave reid’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.