增加验证功能
This commit is contained in:
parent
1db3fbee85
commit
897a279e4f
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue