Allow for more protocols
davedelong - September 9, 2009 - 20:02
| Project: | Path redirect |
| Version: | 6.x-1.0-beta4 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#1
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
#4
Automatically closed -- issue fixed for 2 weeks with no activity.