Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1580

Show
Ignore:
Timestamp:
12/28/06 17:50:46
Author:
fumanchu
Message:

Oops; session locking should default to 'implicit'.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cptools.py

    r1579 r1580  
    216216        hooks.attach(self._point, self.callable, priority=p, **conf) 
    217217         
    218         locking = conf.pop('locking', 'early') 
     218        locking = conf.pop('locking', 'implicit') 
    219219        if locking == 'implicit': 
    220220            hooks.attach('before_handler', self._lock_session) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets