xmlresolver / xmlresolvercs

A C# implementation of the XML Resolver
Other
4 stars 3 forks source link

The extension used for documents in the cache is sometimes wrong #30

Closed ndw closed 2 years ago

ndw commented 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.