Files
deb-python-pecan/pecan
Mark McClain e4d61c882a wraps methods before applying security in SecurceController
Resolves issue #131

Patchset updates the metaclass to wrap unbound methods before adding
security.  Wrapping ensures that base controllers can safely be mixed in
both secure and unsecure contexts.  Wrapping resolves the issue since
method attributes are shared by all classes with the same bases.  The
original _pecan attributes of the method are shallow copied prior to adding the
security attributes.
2012-12-07 00:04:10 -05:00
..
2012-10-29 11:35:45 -04:00
2012-03-30 13:11:44 -04:00
2012-03-29 13:07:27 -04:00
2012-03-28 20:15:22 -07:00
2012-12-05 13:03:25 -08:00
2012-03-19 16:52:47 -07:00
2012-10-29 11:35:45 -04:00
2012-10-29 11:35:45 -04:00
2012-03-23 00:16:49 -04:00
2012-10-29 11:35:45 -04:00
2012-03-30 13:11:44 -04:00
2012-10-29 11:35:45 -04:00
2012-03-24 02:44:11 -04:00