[-]
[+]
|
Added |
trac.changes
|
|
[-]
[+]
|
Changed |
trac.spec
^
|
|
[-]
[+]
|
Changed |
trac-auth.patch
^
|
@@ -1,12 +1,12 @@
---- trac/web/auth.py.orig 2008-08-06 19:29:03.000000000 +0200
-+++ trac/web/auth.py 2008-08-07 10:08:29.000000000 +0200
-@@ -143,6 +143,9 @@
-
- req.authname = remote_user
- req.outcookie['trac_auth'] = cookie
+--- trac/web/auth.py.orig 2011-01-31 23:05:49.000000000 +0100
++++ trac/web/auth.py 2011-02-25 21:16:26.146033535 +0100
+@@ -199,6 +199,9 @@
+ "expires" property to a date in the past.
+ """
+ req.outcookie['trac_auth'] = ''
+ auth_domain = self.env.config.get('trac_auth', 'domain')
+ if len(auth_domain) > 0:
+ req.outcookie['trac_auth']['domain'] = auth_domain
- req.outcookie['trac_auth']['path'] = req.base_path or '/'
-
- def _do_logout(self, req):
+ req.outcookie['trac_auth']['path'] = self.auth_cookie_path \
+ or req.base_path or '/'
+ req.outcookie['trac_auth']['expires'] = -10000
|
|
Deleted |
Trac-0.11.3.tar.gz
^
|
|
Deleted |
Trac-0.11.4.tar.gz
^
|
|
Deleted |
Trac-0.11.5.tar.gz
^
|
|
Deleted |
Trac-0.11.6.tar.gz
^
|
|
Deleted |
Trac-0.11.7.tar.gz
^
|
|
Changed |
Trac-0.12.2.tar.gz
^
|