增加验证功能

This commit is contained in:
zhouxin 2021-05-25 08:40:42 +08:00
parent 1db3fbee85
commit 897a279e4f
2 changed files with 9 additions and 1 deletions

View File

@ -177,7 +177,6 @@ public class WebDavServletBean extends HttpServlet {
/**
* Method that permit to customize the way
* user information are extracted from the request, default use JAAS
*
* @param req
* @return
*/

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<D:multistatus xmlns:D='DAV:'>
<D:response>
<D:href></D:href>
<D:propstat>
<D:status>HTTP/1.1 {{code}} {{message}}</D:status>
</D:propstat>
</D:response>
</D:multistatus>