Alan Kennedy wrote:
Greetings,
I think the following may be a bug in mod_python. I can't seem to find a
bug database or tracker for mod_python?
http://issues.apache.org/jira/browse/MODPYTHON
No time to investigate right now. I'll take a look tonight.
Jim
When subscripted access is used to
Greetings,
I think the following may be a bug in mod_python. I can't seem to find a
bug database or tracker for mod_python?
When subscripted access is used to access variable 'SCRIPT_FILENAME' in
the request.subprocess_env table/mapping, the code hangs.
The following snippet illustrates the