Changeset 162

Show
Ignore:
Timestamp:
11/08/08 20:39:04
Author:
thejimmyg
Message:

Set the pylons.status_code_redirect environment variable on all redirected AuthKit? responses (for Pylons 0.9.7 support)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AuthKit/trunk/AuthKit.egg-info/PKG-INFO

    r161 r162  
    11Metadata-Version: 1.0 
    22Name: AuthKit 
    3 Version: 0.4.2 
     3Version: 0.4.3 
    44Summary: An authentication and authorization toolkit for WSGI applications and frameworks 
    55Home-page: http://authkit.org/ 
     
    5050        Changes 
    5151        ======= 
     52         
     53        0.4.3 
     54         
     55        * Set the pylons.error_call environment variable on all redirected AuthKit 
     56        responses 
     57        * Trigger an error when trying to use server-side password encryption with 
     58        digest authentication 
    5259         
    5360        0.4.2 
  • AuthKit/trunk/CHANGELOG.txt

    r161 r162  
    440.4.3 
    55 
     6* Set the pylons.status_code_redirect environment variable on all redirected  
     7  AuthKit responses 
    68* Set the pylons.error_call environment variable on all redirected AuthKit 
    79  responses 
  • AuthKit/trunk/authkit/authenticate/multi.py

    r161 r162  
    8181                    environ['authkit.multi'] = True 
    8282                    environ['pylons.error_call'] = 'authkit' 
     83                    environ['pylons.status_code_redirect'] = 'authkit' 
    8384                    return binding(environ, logging_start_response) 
    8485            return None