WebDav issue

Joined
Jul 8, 2010
Messages
1
Reaction score
0
I have a .net application that polls a webdav server for emails. It has worked well for sometime until recently. An email was received with an attachment named similarly to Test%20Document.txt. The result of an ENUMATTS states the attachment path is

https://mailserver/exchange/mailaccount/inbox/testemail.eml/Test%20Document.txt

It appears to have encoded the % as a %25 for the request which is fine, but when I attempt to acquire the file, it reports that it can not be found with a 404 error.

Is this a known issue with WebDav? Or am I doing something wrong?

The problem is easy to duplicate, send an email to the account you wish to test with an attachment file name with a %20 or probably a % anything, then attempt to get the file...

If anyone knows of a workaround for this, please share :user: .

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top