|
@@ -46,6 +46,7 @@ func AuthFsHandler(handler http.Handler) http.Handler {
|
|
|
r.URL, _ = sshprox.RewriteURL("/web.ssh/"+instanceUUID, r.RequestURI)
|
|
|
webSshManager.HandleHttpByInstanceId(instanceUUID, w, r)
|
|
|
} else {
|
|
|
+ fmt.Println(parts)
|
|
|
http.Error(w, "Invalid Usage", http.StatusInternalServerError)
|
|
|
}
|
|
|
return
|