[Subversion] / WebHaiku / web_haiku.py  

Diff of /WebHaiku/web_haiku.py

Parent Directory | Revision Log

version 2266, Sun Jan 14 21:00:12 2007 UTC version 2267, Sun Jan 14 21:44:58 2007 UTC
Line 244 
Line 244 
   
   
   
     URL = property(lambda self: application_uri(self.environ))  
   
     def go(self):      def go(self):
           self.URL = application_uri(self.environ)
         name = shift_path_info(self.environ)          name = shift_path_info(self.environ)
         if name:          if name:
             return self.handle_child(name)              return self.handle_child(name)
Line 285 
Line 284 
   
   
   
   
     def invoke_method(self):      def invoke_method(self):
         rm = self.environ['REQUEST_METHOD']          rm = self.environ['REQUEST_METHOD']
         if rm=='HEAD' or rm in self.http_methods:          if rm=='HEAD' or rm in self.http_methods:


Generate output suitable for use with a patch program
Legend:
Removed from v.2266  
changed lines
  Added in v.2267

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help