Skip to content

3.0.1012

Choose a tag to compare

@ITHitBuild ITHitBuild released this 06 Oct 07:29
· 140 commits to master since this release
  • 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.