Diff for /OSAS/OSA_system/OSAS_Root.py between versions 1.13 and 1.14

version 1.13, 2004/07/01 07:46:42 version 1.14, 2004/08/04 18:36:05
Line 112  class OSAS_Root(Folder,Implicit): Line 112  class OSAS_Root(Folder,Implicit):
         path=re.sub('http://'+self.REQUEST['HTTP_HOST'],'',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.rz-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.rz-berlin.mpg.de','',path) # falls foxridge als server
   
           path=re.sub('http://foxridge.mpiwg-berlin.mpg.de','',path) # falls foxridge als server
           path=re.sub('http://content.mpiwg-berlin.mpg.de','',path) # falls content als server
   
         fh=open(path,'w')          fh=open(path,'w')
   

Removed from v.1.13  
changed lines
  Added in v.1.14


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