Ticket #210: RoutesMapFish.patch

File RoutesMapFish.patch, 0.5 kB (added by pvalsecc, 5 months ago)

The patch for Routes v1.9.2

  • routes/middleware.py

    old new  
    9898                environ['SCRIPT_NAME'] = environ['SCRIPT_NAME'][:-1] 
    9999         
    100100        response = self.app(environ, start_response) 
    101         del config.environ 
    102         del self.mapper.environ 
     101        #del config.environ 
     102        #del self.mapper.environ 
    103103        return response 
    104104 
    105105def is_form_post(environ):