1
0
Fork 0

added missing encoding

This commit is contained in:
Frank Celler 2014-01-16 14:08:28 +01:00
parent c890caf260
commit c2c574d828
1 changed files with 1 additions and 1 deletions

2
js/server/version-check.js Normal file → Executable file
View File

@ -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