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
[
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
[
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
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
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
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
[ 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
[ 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