I am working on creating a WebDAV server in .Net, using IT HIt WebDAV engine.
Here's the issue:
When a URL ends with a dot ('.'), the dot is being truncated from the URL. For example: 'http://webdav.company.com/Company/My Company, Inc.' the raw Context.Request.Path comes over without the dot at the end. Any ideas why this happens and is there a workaround?
I am hosting the solution in IIS 7.5, .NET Framework 4.0
I also have the relaxedUrlToFileSystemMapping property in web.config set to true.
Thanks in advance!