|
@ -74,8 +74,13 @@ func (fs *FilerServer) listDirectoryHandler(w http.ResponseWriter, r *http.Reque |
|
|
lastFileName, |
|
|
lastFileName, |
|
|
shouldDisplayLoadMore, |
|
|
shouldDisplayLoadMore, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if strings.ToLower(r.Header.Get("Content-Type")) == "application/json" { |
|
|
|
|
|
writeJsonQuiet(w, r, http.StatusOK, args) |
|
|
|
|
|
} else { |
|
|
ui.StatusTpl.Execute(w, args) |
|
|
ui.StatusTpl.Execute(w, args) |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
func (fs *FilerServer) GetOrHeadHandler(w http.ResponseWriter, r *http.Request, isGetMethod bool) { |
|
|
func (fs *FilerServer) GetOrHeadHandler(w http.ResponseWriter, r *http.Request, isGetMethod bool) { |
|
|
if strings.HasSuffix(r.URL.Path, "/") { |
|
|
if strings.HasSuffix(r.URL.Path, "/") { |
|
|