Releases: ITHit/WebDAVServerSamplesJava
Releases · ITHit/WebDAVServerSamplesJava
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
3.0.1035
3.0.1035
3.0.1012
- Engine is now independent of the servlet requests and responses. DavRequest and DavResponse interfaces are provided. Engine.service() method now accepts DavRequest and DavResponse interfaces as parameters.
- Default implementation of DavRequest and DavResponse interfaces are provided in HttpServletDavRequest and HttpServletDavResponse classes and included into servlet-integration-<version>.jar.
2.3.863
- WebDAV server sample with file system back-end now runs on Mac OS X. Extended attributes are now being managed via Java Native Access (JNA) library.
2.2.710
- Web Sockets in all samples Implemented. Now when a file or folder is created, updated, deleted, copied or moved a notification is sent to client and web UI is updated.
- Artifacts are published to Maven Central Repository.
- All samples are now published to GitHub.
- License validation failed on WebSphere on Linux. Now this bug is fixed.
2.1.621
- HEAD requests on folders are now processed. WebDAV clients that require HEAD request on folders are now supported.
- NullPointerException on WebSphere and WebLogic if ExpirationDate is specified in license file. This bug is now fixed.