Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove call to URI.Encode for dragonfly.cache_store_root. (#3490)
URI.Encode is deprecated. The line is commented ``` URI.encode("file:#{extension.dragonfly_cache_store_root}/meta"), # URI encoded in case of spaces ``` This variable being encoded is used as a file path and it is not clear that encoding spaces is useful in this case.
- Loading branch information