Diff for /OSAS/OSA_system/OSAS_Root.py between versions 1.11 and 1.12

version 1.11, 2004/06/23 05:36:08 version 1.12, 2004/06/23 13:01:14
Line 105  class OSAS_Root(Folder,Implicit): Line 105  class OSAS_Root(Folder,Implicit):
         xmlneu=urllib.urlopen(xml_url).read()          xmlneu=urllib.urlopen(xml_url).read()
   
     path=re.sub(self.REQUEST['SERVER_URL'],'',index_meta_url)      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:8080','',path) # falls foxridge als server
     path=re.sub('http://foxridge.mpiwg-berlin.mpg.de','',path) # falls foxridge als server      path=re.sub('http://foxridge.mpiwg-berlin.mpg.de','',path) # falls foxridge als server
   

Removed from v.1.11  
changed lines
  Added in v.1.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>