We are on 6.4.4. However I am worried about any indexing challenges we might get with it.We ran into a recent issue of resource resolver and Externalizer being used in the same code and they are encoding the path twice. So "abc def.png" is becoming "abc%2520def.png" instead of "abc%20def.png". Do yo...