Project:Path redirect
Version:6.x-1.0-beta4
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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?

#2

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

#3

Status:postponed (maintainer needs more info)» fixed

#4

Status:fixed» closed (fixed)

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