Skip to content
Snippets Groups Projects
Commit 418ccd90 authored by Eric Rasche's avatar Eric Rasche
Browse files

Fixed issue of re-prefixing url in DbSqlConfig

parent bbcb95d2
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ public class DbSqlConfig
// index3 = index3+3;
// properties.put("chado", url.substring(index3,index));
properties.put("chado",url);
properties.put("chado",dlp.getUnprefixedURL());
// if(index2 < 0)
// properties.put("username", url.substring(index+1));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment