mirror of https://gitee.com/bigwinds/arangodb
added missing encoding
This commit is contained in:
parent
c890caf260
commit
c2c574d828
|
@ -416,7 +416,7 @@
|
|||
"do": "org/arangodb/actions/redirectRequest",
|
||||
options: {
|
||||
permanently: true,
|
||||
destination: "/_db/" + db._name() + "/_admin/aardvark/index.html"
|
||||
destination: "/_db/" + encodeURIComponent(db._name()) + "/_admin/aardvark/index.html"
|
||||
}
|
||||
},
|
||||
priority: -1000000
|
||||
|
|
Loading…
Reference in New Issue