[jira] Commented: (MODPYTHON-28) Add a standard test handler in the distribution

2005-05-28 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-28?page=comments#action_66505 ] Jim Gallacher commented on MODPYTHON-28: You got the LaTex mostly right. There is one error (a stray backslash) which I've corrected in the attached patch. As

[jira] Updated: (MODPYTHON-58) _apache._global_lock results in segfault when index number of mutexes

2005-06-01 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-58?page=all ] Jim Gallacher updated MODPYTHON-58: --- Description: All of the following calls will cause a segfault when the index is greater than the number of global mutexes available or index -1. eg.

[jira] Updated: (MODPYTHON-59) Add get_session() method to request object

2005-07-28 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-59?page=all ] Jim Gallacher updated MODPYTHON-59: --- Version: 3.3.0 (was: 3.2.0) Defering implentation to 3.3. Add get_session() method to request object

[jira] Commented: (MODPYTHON-71) Support the HEAD method properly

2005-08-10 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-71?page=comments#action_12318388 ] Jim Gallacher commented on MODPYTHON-71: Apache may already be doing the right thing for us. Using netcat as the client I ran the some tests using the the

[jira] Commented: (MODPYTHON-72) mod_python.publisher no longer pays attention to result of req.get_addhandler_exts()

2005-08-26 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-72?page=comments#action_12320155 ] Jim Gallacher commented on MODPYTHON-72: I can't reproduce this problem, or maybe I don't understand it properly. In the example, is # page.py a typo and should

[jira] Commented: (MODPYTHON-77) The multiple interpreter concept of mod_python is broken for Python extension modules since Python 2.3

2005-09-02 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12320905 ] Jim Gallacher commented on MODPYTHON-77: I tried your patch and the unit tests fail. Apache fails to start, with the following message in the error log: Fatal

[jira] Commented: (MODPYTHON-77) The multiple interpreter concept of mod_python is broken for Python extension modules since Python 2.3

2005-09-02 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12320924 ] Jim Gallacher commented on MODPYTHON-77: -1 for me. Unit tests fail for diff3.txt. For some reason 1 hunk is rejected when diff3 is applied against svn/trunk.

[jira] Commented: (MODPYTHON-77) The multiple interpreter concept of mod_python is broken for Python extension modules since Python 2.3

2005-09-02 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12320931 ] Jim Gallacher commented on MODPYTHON-77: Well, maybe I've just having one of those days, but when when I apply the patch using: patch -p0 diff3.txt I get the

[jira] Commented: (MODPYTHON-80) Compile problem on IRIX

2005-09-16 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-80?page=comments#action_12329541 ] Jim Gallacher commented on MODPYTHON-80: The fix is trivial. I'll commit the changes. Index: dist/Makefile.in

[jira] Assigned: (MODPYTHON-80) Compile problem on IRIX

2005-09-16 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-80?page=all ] Jim Gallacher reassigned MODPYTHON-80: -- Assign To: Jim Gallacher Compile problem on IRIX --- Key: MODPYTHON-80 URL:

[jira] Closed: (MODPYTHON-70) Add configure --with-max-locks option to set MAX_LOCKS.

2005-09-16 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-70?page=all ] Jim Gallacher closed MODPYTHON-70: -- Assign To: Jim Gallacher Fixed Add configure --with-max-locks option to set MAX_LOCKS. ---

[jira] Commented: (MODPYTHON-77) The multiple interpreter concept of mod_python is broken for Python extension modules since Python 2.3

2005-11-02 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12356614 ] Jim Gallacher commented on MODPYTHON-77: Tested gilstate.tar.gz on mpm-prefork. Error log output: [Wed Nov 02 10:40:20 2005] [notice] Apache/2.0.54 (Debian

[jira] Commented: (MODPYTHON-77) The multiple interpreter concept of mod_python is broken for Python extension modules since Python 2.3

2005-11-05 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12356864 ] Jim Gallacher commented on MODPYTHON-77: Patched 3.2.4b with diff from grahamd_20051105.tar.gz. Unit tests and gilstate test pass on Debian stable (sarge) and

[jira] Resolved: (MODPYTHON-87) psp_parser: replaces \n on \n

2005-11-14 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-87?page=all ] Jim Gallacher resolved MODPYTHON-87: Resolution: Fixed Assign To: Jim Gallacher psp_parser: replaces \n on \n --- Key: MODPYTHON-87

[jira] Commented: (MODPYTHON-93) Improve util.FieldStorage efficiency

2005-11-26 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=comments#action_12358568 ] Jim Gallacher commented on MODPYTHON-93: The FieldStorage methods get, getitems, has_key, __len__, getfirst and getlist *all* iterate over the complete list of

[jira] Updated: (MODPYTHON-99) accessing some request or server object members causes a segfault

2005-12-09 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-99?page=all ] Jim Gallacher updated MODPYTHON-99: --- Attachment: md-20051209.diff Martin's patch (md-20051209.diff) accessing some request or server object members causes a segfault

[jira] Commented: (MODPYTHON-99) accessing some request or server object members causes a segfault

2005-12-09 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-99?page=comments#action_12359969 ] Jim Gallacher commented on MODPYTHON-99: Should we be unit testing the getters and setters for all request and server object members? accessing some request or

[jira] Commented: (MODPYTHON-99) accessing some request or server object members causes a segfault

2005-12-10 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-99?page=comments#action_12360048 ] Jim Gallacher commented on MODPYTHON-99: The req.allowed_xmethods, req.allowed_methods documentation states that these are a tuples. It seems

[jira] Resolved: (MODPYTHON-99) accessing some request or server object members causes a segfault

2005-12-17 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-99?page=all ] Jim Gallacher resolved MODPYTHON-99: Fix Version: 3.2 Resolution: Fixed Assign To: Jim Gallacher accessing some request or server object members causes a segfault

[jira] Reopened: (MODPYTHON-107) mod_python.publisher shouldn't flush result when written.

2006-01-10 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-107?page=all ] Jim Gallacher reopened MODPYTHON-107: - Ooops. Resolved the wrong issue. mod_python.publisher shouldn't flush result when written.

[jira] Resolved: (MODPYTHON-105) mod_python.publisher should not discard content for HEAD request.

2006-01-10 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-105?page=all ] Jim Gallacher resolved MODPYTHON-105: - Fix Version: 3.2 Resolution: Fixed mod_python.publisher should not discard content for HEAD request.

[jira] Commented: (MODPYTHON-110) Tru64 v5.1B : mod_python prevents httpd child restart after previous slave has crashed

2006-01-18 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-110?page=comments#action_12363123 ] Jim Gallacher commented on MODPYTHON-110: - Discussion started on 2005-11-21: http://article.gmane.org/gmane.comp.apache.mod-python.devel/1875 Tru64 v5.1B :

[jira] Updated: (MODPYTHON-122) configure fails when using bash 3.1.x

2006-02-07 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-122?page=all ] Jim Gallacher updated MODPYTHON-122: Description: A bug in bash 3.1 causes configure to fail. This has been reported on recent versions of Gentoo and and discussed on the mod_python

[jira] Commented: (MODPYTHON-78) No support for Apache 2.2 yet

2006-02-10 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-78?page=comments#action_12365923 ] Jim Gallacher commented on MODPYTHON-78: The following comment from Justin Erenkrantz was sent to the python-dev mailing list : FWIW, don't ever expect code that

[jira] Assigned: (MODPYTHON-135) [SECURITY] A Security Issue with FileSession in 3.2.7

2006-02-25 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-135?page=all ] Jim Gallacher reassigned MODPYTHON-135: --- Assign To: Jim Gallacher [SECURITY] A Security Issue with FileSession in 3.2.7 -

[jira] Assigned: (MODPYTHON-119) DBM Session test shouldn't use default database.

2006-02-25 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-119?page=all ] Jim Gallacher reassigned MODPYTHON-119: --- Assign To: Jim Gallacher DBM Session test shouldn't use default database. Key:

[jira] Assigned: (MODPYTHON-78) No support for Apache 2.2 yet

2006-02-25 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-78?page=all ] Jim Gallacher reassigned MODPYTHON-78: -- Assign To: Jim Gallacher No support for Apache 2.2 yet - Key: MODPYTHON-78 URL:

[jira] Commented: (MODPYTHON-138) Python.h should be included first

2006-02-25 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-138?page=comments#action_12367796 ] Jim Gallacher commented on MODPYTHON-138: - Michel's patch does not work for Debian Linux. mod_python immediately segfaults. There was a different gcc warning,

[jira] Commented: (MODPYTHON-138) Python.h should be included first

2006-02-25 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-138?page=comments#action_12367797 ] Jim Gallacher commented on MODPYTHON-138: - I should have added that a similar error occurs 9 more times. Python.h should be included first

[jira] Commented: (MODPYTHON-19) Add a section about security in the documentation

2006-03-02 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-19?page=comments#action_12368618 ] Jim Gallacher commented on MODPYTHON-19: Another security discussion on the mod_python mailing list:

[jira] Updated: (MODPYTHON-53) Show link for subversion and JIRA on www.mod_python website

2006-03-03 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-53?page=all ] Jim Gallacher updated MODPYTHON-53: --- Fix Version: 3.3 (was: 3.2.7) Show link for subversion and JIRA on www.mod_python website

[jira] Assigned: (MODPYTHON-19) Add a section about security in the documentation

2006-03-03 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-19?page=all ] Jim Gallacher reassigned MODPYTHON-19: -- Assign To: Jim Gallacher Add a section about security in the documentation - Key:

[jira] Resolved: (MODPYTHON-119) DBM Session test shouldn't use default database.

2006-03-05 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-119?page=all ] Jim Gallacher resolved MODPYTHON-119: - Fix Version: 3.3 Resolution: Fixed DBM Session test shouldn't use default database.

[jira] Assigned: (MODPYTHON-111) Sessions don't set accessed time on read

2006-03-05 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-111?page=all ] Jim Gallacher reassigned MODPYTHON-111: --- Assign To: Jim Gallacher Sessions don't set accessed time on read Key: MODPYTHON-111

[jira] Assigned: (MODPYTHON-131) Make name of mutex directory configurable.

2006-03-05 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-131?page=all ] Jim Gallacher reassigned MODPYTHON-131: --- Assign To: Jim Gallacher Make name of mutex directory configurable. -- Key: MODPYTHON-131

[jira] Assigned: (MODPYTHON-108) Let Cookie support new HttpOnly property to prevent cross-site cookie stealing

2006-03-05 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-108?page=all ] Jim Gallacher reassigned MODPYTHON-108: --- Assign To: Jim Gallacher Let Cookie support new HttpOnly property to prevent cross-site cookie stealing

[jira] Updated: (MODPYTHON-122) configure fails when using bash 3.1.x

2006-03-05 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-122?page=all ] Jim Gallacher updated MODPYTHON-122: Fix Version: 3.2.x (was: 3.3) configure fails when using bash 3.1.x - Key:

[jira] Updated: (MODPYTHON-119) DBM Session test shouldn't use default database.

2006-03-05 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-119?page=all ] Jim Gallacher updated MODPYTHON-119: Fix Version: 3.2.x (was: 3.3) DBM Session test shouldn't use default database.

[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

[jira] Resolved: (MODPYTHON-139) Running make clean/distclean doesn't clean up test directory.

2006-03-10 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-139?page=all ] Jim Gallacher resolved MODPYTHON-139: - Fix Version: 3.3 Resolution: Fixed Running make clean/distclean doesn't clean up test directory.

[jira] Commented: (MODPYTHON-104) Allow Python code callouts with mod_include (SSI).

2006-03-17 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-104?page=comments#action_12370851 ] Jim Gallacher commented on MODPYTHON-104: - Comparing the current version with grahamd_20060226_MP104_1.diff, it looks like some of the apache 2.2 code got copied

[jira] Updated: (MODPYTHON-104) Allow Python code callouts with mod_include (SSI).

2006-03-17 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-104?page=all ] Jim Gallacher updated MODPYTHON-104: Attachment: MP104_20060317_jgallacher_1.diff Fixes SSI_CREATE_ERROR_BUCKET problem for apache 2.0 Allow Python code callouts with mod_include

[jira] Commented: (MODPYTHON-93) Improve util.FieldStorage efficiency

2006-03-19 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=comments#action_12370996 ] Jim Gallacher commented on MODPYTHON-93: I was checking the documentation with respect to this patch and I noticed a couple of things. The FieldStorage

[jira] Resolved: (MODPYTHON-93) Improve util.FieldStorage efficiency

2006-03-21 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=all ] Jim Gallacher resolved MODPYTHON-93: Resolution: Fixed Improve util.FieldStorage efficiency Key: MODPYTHON-93 URL:

[jira] Created: (MODPYTHON-158) Improve Installation / Troubleshooting section in documentation

2006-04-09 Thread Jim Gallacher (JIRA)
Improve Installation / Troubleshooting section in documentation --- Key: MODPYTHON-158 URL: http://issues.apache.org/jira/browse/MODPYTHON-158 Project: mod_python Type: Improvement Components:

[jira] Created: (MODPYTHON-168) psp_parser fails when CR is used as a line terminator

2006-04-29 Thread Jim Gallacher (JIRA)
psp_parser fails when CR is used as a line terminator -- Key: MODPYTHON-168 URL: http://issues.apache.org/jira/browse/MODPYTHON-168 Project: mod_python Type: Bug Components: core Versions: 3.3

[jira] Created: (MODPYTHON-173) DbmSession creates world readable db file

2006-06-22 Thread Jim Gallacher (JIRA)
DbmSession creates world readable db file - Key: MODPYTHON-173 URL: http://issues.apache.org/jira/browse/MODPYTHON-173 Project: mod_python Type: Bug Components: session Versions: 3.2.8 Reporter: Jim Gallacher

[jira] Commented: (MODPYTHON-93) Improve util.FieldStorage efficiency

2006-06-22 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=comments#action_12417405 ] Jim Gallacher commented on MODPYTHON-93: As part of the improvments to FieldStorage, the Field class __init__ method was changed in trunk (3.3-dev) and backported

[jira] Resolved: (MODPYTHON-84) req.sendfile(filename) sends an incorrect number of bytes when filename is a symlink

2006-06-22 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-84?page=all ] Jim Gallacher resolved MODPYTHON-84: Fix Version: 3.2.8 (was: 3.2.7) Resolution: Fixed req.sendfile(filename) sends an incorrect number of bytes when

[jira] Reopened: (MODPYTHON-93) Improve util.FieldStorage efficiency

2006-06-29 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=all ] Jim Gallacher reopened MODPYTHON-93: Reopened issue due to problems experienced by some applications such as Trac. We'll need to re-examine the code committed to make sure that

[jira] Created: (MODPYTHON-179) req.readlines(sizehint) does not work correctly

2006-07-07 Thread Jim Gallacher (JIRA)
req.readlines(sizehint) does not work correctly --- Key: MODPYTHON-179 URL: http://issues.apache.org/jira/browse/MODPYTHON-179 Project: mod_python Type: Bug Components: core Versions: 3.2.8 Environment: All

[jira] Resolved: (MODPYTHON-168) psp_parser fails when CR is used as a line terminator

2006-07-29 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-168?page=all ] Jim Gallacher resolved MODPYTHON-168. - Fix Version/s: 3.3 Resolution: Fixed psp_parser fails when CR is used as a line terminator

[jira] Resolved: (MODPYTHON-185) _psp.parsestring doesn't check for empty values

2006-08-15 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-185?page=all ] Jim Gallacher resolved MODPYTHON-185. - Fix Version/s: 3.3 Resolution: Fixed _psp.parsestring doesn't check for empty values ---

[jira] Commented: (MODPYTHON-187) Hang on subscripted access to request.subprocess_env.

2006-08-28 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-187?page=comments#action_12431099 ] Jim Gallacher commented on MODPYTHON-187: - Confirmed for Apache 2.0.55 mpm-worker (Linux Ubuntu 6.0.6), execpt I get a segfault rather than a hang.

[jira] Updated: (MODPYTHON-187) Hang on subscripted access to request.subprocess_env.

2006-08-28 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-187?page=all ] Jim Gallacher updated MODPYTHON-187: Attachment: MP187-2006-08-28-jgallacher-1.diff I hope I have the reference count right! Hang on subscripted access to request.subprocess_env.

[jira] Resolved: (MODPYTHON-182) Memory leak in request readline()

2006-09-17 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-182?page=all ] Jim Gallacher resolved MODPYTHON-182. - Resolution: Fixed Memory leak in request readline() - Key: MODPYTHON-182 URL:

[jira] Resolved: (MODPYTHON-53) Show link for subversion and JIRA on www.mod_python website

2006-10-19 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-53?page=all ] Jim Gallacher resolved MODPYTHON-53. Resolution: Fixed Show link for subversion and JIRA on www.mod_python website ---

[jira] Closed: (MODPYTHON-201) ReportError in importer.py raises an exception for mal-formed psp

2006-11-04 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-201?page=all ] Jim Gallacher closed MODPYTHON-201. --- Fix Version/s: 3.3 Resolution: Fixed Already fixed in a more recent commit. ReportError in importer.py raises an exception for mal-formed psp

[jira] Commented: (MODPYTHON-172) Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55

2006-11-06 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-172?page=comments#action_12447658 ] Jim Gallacher commented on MODPYTHON-172: - [[ Old comment, sent by email on Fri, 07 Jul 2006 21:26:01 -0400 ]] I've been working through the

[jira] Commented: (MODPYTHON-184) Memory leak apache.table()

2006-11-06 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-184?page=comments#action_12447666 ] Jim Gallacher commented on MODPYTHON-184: - [[ Old comment, sent by email on Wed, 16 Aug 2006 17:44:21 -0400 ]] Actually I don't think

[jira] Commented: (MODPYTHON-202) Allow mechanism used by global mutex locks to be specified.

2006-11-12 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-202?page=comments#action_12449192 ] Jim Gallacher commented on MODPYTHON-202: - We seem to be going pretty far down the road with PythonOption and our new namespace, so I'm inclined to

[jira] Resolved: (MODPYTHON-19) Add a section about security in the documentation

2006-12-02 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-19?page=all ] Jim Gallacher resolved MODPYTHON-19. Fix Version/s: 3.3 Resolution: Fixed CategorySecurity and SecurityConsiderations sections have been added to the mod_python wiki. Links to