|
Version 1.0.3.0 provides 2 new WebDAV server samples based on HttpListener. The Class2SqlListener sample provides class 2 WebDAV server implementation that utilizes asynchronous requests processing model and uses Microsoft SQL Server database as a back-and storage. The FileSystemListenerService sample is designed as a Windows Service and stores files directly in file system. This sample is useful for Kerberos authentication testing that requires Windows Service to run under System or Network Service account. It is also useful for performance testing.
Other fixes and changes:
- Fixed locking implementation in SqlStorage sample.
- Fixed logging exception on highly loaded servers.
- Added PROPFIND Depth: infinity implementation.
- MS-Author-Via: DAV header added to all responses.
- Engine: IT Hit WebDAV Server .Net v1.0 header added to all responses.
|