Closed (won't fix)
Project:
Drupal core
Version:
4.4.1
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2004 at 22:10 UTC
Updated:
12 Aug 2004 at 15:16 UTC
If URLs contain character '&' or '/' (case documented in http://drupal.org/node/view/7721), this does not work with my apache 1.3.29 + mod_rewrite.
Even though AFAIK it is a bug in mod_rewrite, I think it would still be useful to have a workaround.
Included patch provides that: a third option for clean URLs being "enable unless & or / occurs in URL". (This is a somewhat more extended patch than is mentioned in the forum post linked above.)
| Comment | File | Size | Author |
|---|---|---|---|
| cleanurl_workaround.patch | 2.16 KB | roderik |
Comments
Comment #1
killes@www.drop.org commentedWorking around specific software bugs in IMNSHO a bad idea and encourages running bad software.