Releases: ITHit/WebDAVServerSamplesJava
Releases · ITHit/WebDAVServerSamplesJava
3.2.2389
- Dependency from org.jboss.vfs removed.
- Mime-types list updated. Now it contains all most recent list of all registered mime-types.
- NullPointerException in LicenseValidator is thrown if vfszip protocol is used (for example on JBoss 5.x).
- Content-range, Timeout, Location and If header added to Access-Control-Allow-Headers to support CORS.
3.2.2381
3.2.2381
3.2.2370
- Java 9 is now supported by the Engine. Pre-Java 9 dependencies are removed from project.
- Indexing code refactored in File.write() method implementation in file system sample.
- After a file is deleted folder content listing may fail. When upload canceled folder content refresh triggered via web sockets caused folder content to appear broken. Now this bug is fixed.
3.1.2208
- The getClientLockTokens() method is moved from the Engine class to the DavRequest class. The Engine.getClientLockTokens(DavRequest) method is marked as deprecated.
- Engine.getVersion() method is now static.
- "afb" folder is renamed to "wwwroot" in samples.
- Class reference fixed and updated.
3.0.2114
- IT Hit WebDAV Ajax Library did not download from NPM. Now the library automatically downloaded from NPM.
3.0.2107
- WebDAV Ajax Library files are now referenced from local server from '/wwwroot/node_modules/webdav.client/' folder (previously were referenced from ajaxbrowser.com).
- Microsoft Office applications submit outdated ETag after machine wakes up from sleep mode, causing file update failure. Now PUT request returns an updated ETag in the response, so the client-side ETag always properly updated.
- GET and HEAD requests returned ETag without quotes. Now this bug is fixed.
- If-Math header parsing refactored.
- License-check code updated.
3.0.2101
3.0.2101
3.0.2008
- A new sample WebDAV server Class 2 application that runs on Android is provided. A user can open documents in a web browser from any machine on a network from Android application storage, edit and save back to server. A user can also browse and manage files in Android media folder.
3.0.1143
- Negative value was returned for files over 2Gb in Content-Length header for GET and HEAD requests. Now this bug is fixed.
3.0.1101
3.0.1101