|
@@ -36,7 +36,7 @@ class labkeyInterface:
|
|
|
|
|
|
|
|
#password=self.connectionConfig['SSL']['keyPwd'],\ doesnt work until 1.25
|
|
#password=self.connectionConfig['SSL']['keyPwd'],\ doesnt work until 1.25
|
|
|
def GetLabkeyUrl(self):
|
|
def GetLabkeyUrl(self):
|
|
|
- return self.connectionConfig['host']+"/labkey"
|
|
|
|
|
|
|
+ return '/'.join([self.connectionConfig['host'],self.connectionConfig['context']])
|
|
|
|
|
|
|
|
def GetLabkeyWebdavUrl(self):
|
|
def GetLabkeyWebdavUrl(self):
|
|
|
return self.GetLabkeyUrl()+"/_webdav"
|
|
return self.GetLabkeyUrl()+"/_webdav"
|