Skip to content

Commit

Permalink
Merge branch '2.0.x' of https://github.com/orientechnologies/orientdb
Browse files Browse the repository at this point in the history
…into 2.0.x
  • Loading branch information
lvca committed Apr 22, 2015
2 parents 75b9fe0 + 4cc8842 commit b10e390
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,8 @@ public OStorage loadStorage(String iURL) {
if (iURL.endsWith("/"))
iURL = iURL.substring(0, iURL.length() - 1);

iURL = iURL.replace("//", "/");
// Commented out for issue http://www.prjhub.com/#/issues/3948
// iURL = iURL.replace("//", "/");

// SEARCH FOR ENGINE
int pos = iURL.indexOf(':');
Expand Down

0 comments on commit b10e390

Please sign in to comment.