I would like to see the file path sent to the rich text editor have a configuration form under /admin/settings/webfm . I propose that two token-friendly form fields be added:
- The first would be for the path for "public download" files.
- The second would be for the path for all files with the "public download" permission not set.
Allowing advanced drupal admins to set two different paths means that public download files could be transferred by Apache or Squid reverse-proxy without a full drupal bootstrap, yet the secured files will still be transferred only by webfm_send.
Last but not least it would be a lot easier for the not so advanced users than the currently employed &webfmid=txturl supplied to fckeditors advanced settings.
Hope this request makes sense, and I look forward to testing it soon.