Browse Source

Refine the first Method of PROPFIND.

master
zicla 7 years ago
parent
commit
e9efc70f7c
  1. 2
      rest/dav_controller.go

2
rest/dav_controller.go

@ -96,7 +96,7 @@ func (this *DavController) Index(writer http.ResponseWriter, request *http.Reque
this.logger.Info("请求访问来了:%s %s", request.RequestURI, subPath) this.logger.Info("请求访问来了:%s %s", request.RequestURI, subPath)
if request.Method == "PROPFIND1" { if request.Method == "PROPFIND" {
this.davService.HandlePropfind(writer, request) this.davService.HandlePropfind(writer, request)

Loading…
Cancel
Save