Two problems:

1) the module is hardcoded to output using '/tmp' instead of file_directory_temp().

2) why do we recommend /tmp in the first place? This makes the module not compatible with multi-site installations. Sure, the actual configuration is actually manually set, and thus can be manually fixed, but it seems to me the installation recommendation should be something that's more compatible with all Drupal configurations...

Comments

moshe weitzman’s picture

Status: Active » Closed (works as designed)

cached data is sometimes confidential (we don't know how modules are using the cache). we don't want to encourage a directory within web root, IMO. please change status if you disagree.