Refine the first Method of PROPFIND.

This commit is contained in:
zicla 2019-04-12 20:15:14 +08:00
parent e0b78932a7
commit e9efc70f7c

View File

@ -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)