__auth__/__access_ methods in publisher

2006-03-09 Thread Graham Dumpleton
Jim Gallacher (JIRA) wrote .. > I think part of the problem with process_auth() is the uncertainty of meaning > associated with auth and __auth__. Does it mean authenticate or authorize? > If it's authorize, then there is no reason to call __auth__ with the password. > Likewise, you shouldn't need

[jira] Commented: (MODPYTHON-124) Improvements associated with the req.ap_auth_type attribute.

2006-03-09 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-124?page=comments#action_12369763 ] Jim Gallacher commented on MODPYTHON-124: - I've been playing around with the changes implemented here and I like it. However I wonder why auth_name and auth_type a

[jira] Commented: (MODPYTHON-124) Improvements associated with the req.ap_auth_type attribute.

2006-03-09 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-124?page=comments#action_12369766 ] Graham Dumpleton commented on MODPYTHON-124: req.ap_auth_type is called what it is and is a member as that is what it is called in the request_rec struture. I

Re: [jira] Commented: (MODPYTHON-124) Improvements associated with the req.ap_auth_type attribute.

2006-03-09 Thread Jim Gallacher
Graham Dumpleton (JIRA) wrote: [ http://issues.apache.org/jira/browse/MODPYTHON-124?page=comments#action_12369766 ] Graham Dumpleton commented on MODPYTHON-124: req.ap_auth_type is called what it is and is a member as that is what it is called i

Vote on whether to integrate server side include (SSI) support.

2006-03-09 Thread Graham Dumpleton
I have had patches for adding server side include support into mod_python ready for a while now. See: https://issues.apache.org/jira/browse/MODPYTHON-104 In short, it would add the ability to add Python code into files being served up through the INCLUDES output filter. More commonly this is kn

[jira] Created: (MODPYTHON-143) Implement and integrate a new module importer.

2006-03-09 Thread Graham Dumpleton (JIRA)
Implement and integrate a new module importer. -- Key: MODPYTHON-143 URL: http://issues.apache.org/jira/browse/MODPYTHON-143 Project: mod_python Type: Task Components: importer Versions: 3.2.8 Reporter: Grah

[jira] Work started: (MODPYTHON-143) Implement and integrate a new module importer.

2006-03-09 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-143?page=all ] Work on MODPYTHON-143 started by Graham Dumpleton > Implement and integrate a new module importer. > -- > > Key: MODPYTHON-143 > URL: http://issues.apache.org/ji

[jira] Work stopped: (MODPYTHON-129) HandlerDispatch doesn't treat OK/DECLINED result properly for all phases.

2006-03-09 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-129?page=all ] Work on MODPYTHON-129 stopped by Graham Dumpleton > HandlerDispatch doesn't treat OK/DECLINED result properly for all phases. > - > > Key: MODPYTHO