Refine the first Method of PROPFIND.
This commit is contained in:
parent
e0b78932a7
commit
e9efc70f7c
@ -96,7 +96,7 @@ func (this *DavController) Index(writer http.ResponseWriter, request *http.Reque
|
||||
|
||||
this.logger.Info("请求访问来了:%s %s", request.RequestURI, subPath)
|
||||
|
||||
if request.Method == "PROPFIND1" {
|
||||
if request.Method == "PROPFIND" {
|
||||
|
||||
this.davService.HandlePropfind(writer, request)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user