I had to add this line to File because cache files for URLs with slashes in it were never finalized:
self.__path = Params.ROOT + path.replace("/","_")
Thanks!
Log in to post a comment.