mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-06 04:49:48 -06:00
graph: Try to fix problems with unescaping values.
This commit is contained in:
@@ -76,6 +76,7 @@ type Graph struct {
|
||||
|
||||
// ServeHTTP implements the Service interface.
|
||||
func (g Graph) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
r.URL.RawPath = r.URL.EscapedPath()
|
||||
g.mux.ServeHTTP(w, r)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user