HttpModule Extends WebDAV - Throwing 500
问题 I have an HttpModule with the following event handler installed on our WebDAV server. Many of our clients PUT files up to our server using the file creation semantic, they append the name of the file to create on the url, and the file is created by WebDAV on the server. Standard WebDAV. Some of our clients however don't have systems which can generate a dynamic file name on every call. They want a more traditional Webhook to POST (not PUT) to a static URL. This event handler, which fires