--- OSAS/OSA_system/OSAS_Root.py 2004/06/23 05:36:08 1.11 +++ OSAS/OSA_system/OSAS_Root.py 2004/06/23 13:01:14 1.12 @@ -105,6 +105,9 @@ class OSAS_Root(Folder,Implicit): xmlneu=urllib.urlopen(xml_url).read() path=re.sub(self.REQUEST['SERVER_URL'],'',index_meta_url) + path=re.sub('http://'+self.REQUEST['HTTP_HOST'],'',index_meta_url) + + path=re.sub('http://foxridge.mpiwg-berlin.mpg.de:8080','',path) # falls foxridge als server path=re.sub('http://foxridge.mpiwg-berlin.mpg.de:8080','',path) # falls foxridge als server path=re.sub('http://foxridge.mpiwg-berlin.mpg.de','',path) # falls foxridge als server