Closed ndw closed 2 years ago
If the URI being cached ends in "/", for example http://example.com/, then the extension chosen is .com/. That doesn't work because when we later attempt to open that document, the system thinks its a directory not a file.
http://example.com/
.com/
If the URI being cached ends in "/", for example
http://example.com/
, then the extension chosen is.com/
. That doesn't work because when we later attempt to open that document, the system thinks its a directory not a file.