Skip to content

Releases: miltonio/milton2

3.1.1.488

20 May 19:58

Choose a tag to compare

  • "Pause upload/Resume upload" button on a default page did not sync with individual files upload status. Now the button properly changes status according to files upload status. 
  • Dependencies updated: spring-mvc updated to 5.3.18 in milton-server-ce. spring-core, spring-web, spring-websocket and spring-mvc updated to 5.3.18 in milton-spring-fs.

3.1.1.413

24 Jan 10:01

Choose a tag to compare

  • Updated h2 to v2.1.210, jdom to v2.0.6.1, hazelcast to v4.0.5. Migrated bouncycastle from bcprov to bcpkix v1.70.

3.1.0.301

13 Dec 10:30

Choose a tag to compare

  • Sample WebDAV Server now uses Spring 4.
  • WebSocket support was added to Milton API and to sample implementation. The server can now send create, update, delete and move notifications.
  • Dependency updated: mina-core.

3.0.1.261

18 Oct 09:17

Choose a tag to compare

3.0.1.261

3.0.0.246

17 Aug 19:06

Choose a tag to compare

  • If file range is requested the Content-Range response header contains incorrect end-range byte specifier. Now this bug is fixed.
  • WebDAV Ajax Library updated. Default handler page HTML is updated.

3.0.0.232

09 Aug 12:06

Choose a tag to compare

  • Potential XML External Entity (XXE) Processing vulnerability fixed. External definitions are prohibited now.

3.0.0.215

10 Jul 09:28

Choose a tag to compare

  • ScriptEngine.eval() call removed. License validation refactored.

3.0.0.194

12 Apr 09:18

Choose a tag to compare

  • IT Hit WebDAV Ajax Library updated:
    • Protocol application not detected on macOS High Sierra and Catalina. The callback is called even if the protocol application is installed. Now, this bug is fixed.
    • In Firefox 68-81 the protocol application is not detected and an error callback is called, displaying the protocol application download message. Now, this bug is fixed.

3.0.0.180

06 Apr 18:32

Choose a tag to compare

  • IT Hit WebDAV Ajax Library updated: 
    • Protocol application throws "Error: File or path not found" when opening non-MS Office documents on Windows. Now, this bug is fixed.
    • Protocol application was requested to install on macOS when opening MS Office documents from an anonymous site. Now MS Office documents are opened without protocol application.
    • Opening documents from a WebDAV server with cookies authentication does not work on macOS. Now, this bug is fixed.
    • Protocol application can not mount URLs longer than 250 chars on macOS. Now, this bug is fixed.
    • The 'Open' verb was used on Windows by the DavProtocolEditDocument() JavaScript function if the sCommand parameter is null. If an 'Open' verb is not defined, opening failed with error. Now the default verb is selected automatically if sCommand parameter is null.
    • Firefox did not detect the protocol application. Now, this bug is fixed.
    • Not enough permissions to open txt document on Mac OS Big Sur. Now, this bug is fixed.
    • Mapping very slow on Mac OS Big Sur. This bug is now fixed.
    • Cookies processing code in Chrome and Edge Chromium web browser extensions refactored. Now only cookies explicitly specified in DavProtocolEditDocument() function call are accessed by the code. 
    • Protocol application now uses Python 3 on Linux.
    • Mounting on Linux refactored. Documents with URLs longer than ~200 characters failed to open on Ubuntu. Now the document URL could be of any length.

3.0.0.93

06 Apr 18:32

Choose a tag to compare

  • Locking is implemented in the Spring sample with the file system back-end.
  • If a folder is copied into a child folder server returned 200 OK response. Now 403 Forbidden response is returned in case of a recursive copy operation. 
  • PROPFIND response attached several Content-type headers. Now only one 'application/xml' content-type is returned.
  • PROPFIND response with Depth: 0 header now provides file content length.
  • IT Hit WebDAV Ajax Library protocol application now supports Mac OS Big Sur.