[jira] Commented: (MODPYTHON-38) Passing req.form into psp.PSP().

2005-05-16 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-38?page=comments#action_65491 ] Graham Dumpleton commented on MODPYTHON-38: --- Adding more to this and why PSP should check for req.form and also set req.form if it is the first to create the form

[jira] Commented: (MODPYTHON-38) Passing req.form into psp.PSP().

2005-05-16 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-38?page=comments#action_65493 ] Graham Dumpleton commented on MODPYTHON-38: --- Whoops, got the following code wrong in a couple of ways:  global_scope.update({"req":req.form, "session":req.se

[jira] Commented: (MODPYTHON-56) Error 404 importing module from the same folder

2005-05-27 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-56?page=comments#action_66430 ] Graham Dumpleton commented on MODPYTHON-56: --- Might be the same problem as MODPYTHON-9. More information is required about the names of actual files and whether th

[jira] Commented: (MODPYTHON-46) PythonHandlerModule directive is broken.

2005-07-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-46?page=comments#action_12315281 ] Graham Dumpleton commented on MODPYTHON-46: --- Even when one works around this. There seems to be a bug deep in the C code somewhere, whereby on occasion a request g

[jira] Created: (MODPYTHON-65) 3.2 working version will not install on Mac OS X (10.3.7)

2005-07-21 Thread Graham Dumpleton (JIRA)
3.2 working version will not install on Mac OS X (10.3.7) - Key: MODPYTHON-65 URL: http://issues.apache.org/jira/browse/MODPYTHON-65 Project: mod_python Type: Bug Components: core Versions: 3.2.0 En

[jira] Commented: (MODPYTHON-65) 3.2 working version will not install on Mac OS X (10.3.7)

2005-07-21 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-65?page=comments#action_12316428 ] Graham Dumpleton commented on MODPYTHON-65: --- To get past this, the following patch needs to be applied to dist/setup.py.in: Index: dist/setup.py.in ==

[jira] Commented: (MODPYTHON-65) 3.2 working version will not install on Mac OS X (10.3.7)

2005-07-21 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-65?page=comments#action_12316435 ] Graham Dumpleton commented on MODPYTHON-65: --- The problem here is that on Mac OS X, distutils compiles Python loadable modules in a way that expects all symbols to

[jira] Created: (MODPYTHON-66) install_dso target also tries to install Python code files.

2005-07-21 Thread Graham Dumpleton (JIRA)
install_dso target also tries to install Python code files. --- Key: MODPYTHON-66 URL: http://issues.apache.org/jira/browse/MODPYTHON-66 Project: mod_python Type: Bug Components: core Versions: 3.2.0

[jira] Updated: (MODPYTHON-65) 3.2 working version will not install on Mac OS X (10.3.7)

2005-07-22 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-65?page=all ] Graham Dumpleton updated MODPYTHON-65: -- Attachment: setup.py.in.diff > 3.2 working version will not install on Mac OS X (10.3.7) > ---

[jira] Created: (MODPYTHON-67) Make req.path_info writable.

2005-07-22 Thread Graham Dumpleton (JIRA)
Make req.path_info writable. Key: MODPYTHON-67 URL: http://issues.apache.org/jira/browse/MODPYTHON-67 Project: mod_python Type: New Feature Components: core Versions: 3.2.0 Reporter: Graham Dumpleton Attachments: requesto

[jira] Updated: (MODPYTHON-67) Make req.path_info writable.

2005-07-22 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-67?page=all ] Graham Dumpleton updated MODPYTHON-67: -- Attachment: requestobject.c.diff Patch for requestobject.c which makes req.path_info writable. > Make req.path_info writable. >

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

2005-07-23 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-59?page=comments#action_12316577 ] Graham Dumpleton commented on MODPYTHON-59: --- I previously commented on this on the mailing list but can't find the email to reference. The issue I raised was alon

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

2005-07-23 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-59?page=comments#action_12316578 ] Graham Dumpleton commented on MODPYTHON-59: --- There is a potential issue with the way that PYSID is stored in the subprocess_env table and then used to reconstruct

[jira] Created: (MODPYTHON-68) Add a readable/writable req.script_name member.

2005-07-24 Thread Graham Dumpleton (JIRA)
Add a readable/writable req.script_name member. --- Key: MODPYTHON-68 URL: http://issues.apache.org/jira/browse/MODPYTHON-68 Project: mod_python Type: New Feature Components: core Versions: 3.2.0 Reporter: G

[jira] Updated: (MODPYTHON-68) Add a readable/writable req.script_name member.

2005-07-24 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-68?page=all ] Graham Dumpleton updated MODPYTHON-68: -- Attachment: apache.py.diff Patch to apache.py which adds req.script_name member. Since access is needed to posixpath module to normalise path, se

[jira] Updated: (MODPYTHON-37) Add apache.register_cleanup().

2005-08-05 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-37?page=all ] Graham Dumpleton updated MODPYTHON-37: -- Attachment: register_cleanup.diff.txt Added diff as attachment that implements desired functionality. Diff was against the latest code in subvers

[jira] Updated: (MODPYTHON-46) PythonHandlerModule directive is broken.

2005-08-09 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-46?page=all ] Graham Dumpleton updated MODPYTHON-46: -- Attachment: silent.diff.txt This fixes the wrong logic problem in the definition of SILENT/NOTSILENT. It avoids the infinite loop bug described b

[jira] Commented: (MODPYTHON-68) Add a readable/writable req.script_name member.

2005-08-09 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-68?page=comments#action_12318143 ] Graham Dumpleton commented on MODPYTHON-68: --- I add my own -1 to this patch to add req.script_name. It is just as easy to stick it in a root level handler middlewa

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

2005-08-09 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-59?page=all ] Graham Dumpleton updated MODPYTHON-59: -- Attachment: Session.py.diff.txt For posterity, attaching patch for an alternate way of dealing with this problem of locked Session objects and re

[jira] Updated: (MODPYTHON-12) ImportError: cannot import name publisher

2005-08-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-12?page=all ] Graham Dumpleton updated MODPYTHON-12: -- Attachment: package.diff.txt An even simpler test for this problem is to use a publisher function defined as: import mod_python def index(req):

[jira] Created: (MODPYTHON-73) Using objects to create an explicit hierarchy.

2005-08-12 Thread Graham Dumpleton (JIRA)
Using objects to create an explicit hierarchy. -- Key: MODPYTHON-73 URL: http://issues.apache.org/jira/browse/MODPYTHON-73 Project: mod_python Type: Improvement Components: publisher Versions: 3.2.0 Reporter

[jira] Updated: (MODPYTHON-73) Using objects to create an explicit hierarchy.

2005-08-12 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-73?page=all ] Graham Dumpleton updated MODPYTHON-73: -- Attachment: util.diff.txt Attached path for this change. Why can't you attache patches when issue created. :-( > Using objects to create an expl

[jira] Updated: (MODPYTHON-65) 3.2 working version will not install on Mac OS X (10.3.7)

2005-08-19 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-65?page=all ] Graham Dumpleton updated MODPYTHON-65: -- Attachment: setup.py.in-2.diff Attached supplementary patch to only do this workaround when required, ie., when version of Python doesn't have req

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

2005-08-27 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-72?page=comments#action_12320248 ] Graham Dumpleton commented on MODPYTHON-72: --- I definitely mean "page.py". I am definitely not suggesting that you have Python code in an actual physical file call

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

2005-08-27 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-72?page=comments#action_12320249 ] Graham Dumpleton commented on MODPYTHON-72: --- Another bug in this new publisher code is that when SetHandler is used, in 3.1.3 it would only pay attention to files

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

2005-08-27 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-72?page=all ] Graham Dumpleton updated MODPYTHON-72: -- Attachment: publisher.txt Jim, can you give this patch I have attached a go. What I have done is incorporated the equivalent publisher code I had

[jira] Commented: (MODPYTHON-73) Using objects to create an explicit hierarchy.

2005-09-01 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-73?page=comments#action_12320781 ] Graham Dumpleton commented on MODPYTHON-73: --- Note that util.apply_fs_data() can be called directly independent of mod_python.publisher. Thus it may be redundant w

[jira] Commented: (MODPYTHON-73) Using objects to create an explicit hierarchy.

2005-09-01 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-73?page=comments#action_12320783 ] Graham Dumpleton commented on MODPYTHON-73: --- I checked again, you mustn't have it quite right as it definitely fails for me. Eg: def index(): return "XOX" cla

[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 Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12320866 ] Graham Dumpleton commented on MODPYTHON-77: --- There have been no problems up to Python 2.3.4 except that there are some bugs in mod_python which can cause issues.

[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 Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12320870 ] Graham Dumpleton commented on MODPYTHON-77: --- Probably even better if they can check out subversion source code from: https://svn.apache.org/repos/asf/httpd/mod_

[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 Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12320935 ] Graham Dumpleton commented on MODPYTHON-77: --- I'm -1 for it going into next beta. I too want to understand it first as use of thread states can be very tricky. I

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

2005-09-05 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12322710 ] Graham Dumpleton commented on MODPYTHON-77: --- I worked out what was going on a few days ago, but first time with Internet access since. :-( I agree that what is b

[jira] Commented: (MODPYTHON-81) Pickling/unpickling top-level functions defined in published module no longer works in mod_python 3.2

2005-10-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-81?page=comments#action_12331587 ] Graham Dumpleton commented on MODPYTHON-81: --- You also can't store class objects or even instances of classes. The case of class objects is similar to function obj

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

2005-10-14 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=all ] Graham Dumpleton updated MODPYTHON-77: -- Attachment: gilstate.tar.gz Here is my own simplified test case for the GIL state API issue which exhibits the problem in a different way. In thi

[jira] Created: (MODPYTHON-82) mod_python.publisher cache will not work if threading not built into Python

2005-10-14 Thread Graham Dumpleton (JIRA)
mod_python.publisher cache will not work if threading not built into Python --- Key: MODPYTHON-82 URL: http://issues.apache.org/jira/browse/MODPYTHON-82 Project: mod_python Type: Bug Components

[jira] Created: (MODPYTHON-83) mod_python doesn't work if threads not compiled into Python

2005-10-14 Thread Graham Dumpleton (JIRA)
mod_python doesn't work if threads not compiled into Python --- Key: MODPYTHON-83 URL: http://issues.apache.org/jira/browse/MODPYTHON-83 Project: mod_python Type: Bug Components: core Versions: 3.1.4, 3.

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

2005-11-03 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12356739 ] Graham Dumpleton commented on MODPYTHON-77: --- There are now so many different suggestions on this that it is all too confusing. In respect of latest suggested cha

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

2005-11-04 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12356765 ] Graham Dumpleton commented on MODPYTHON-77: --- Just to make this problem even more complicated, due to how Mac OS X handles unloading of dynamically loaded modules,

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

2005-11-04 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=all ] Graham Dumpleton updated MODPYTHON-77: -- Attachment: grahamd_20051105.tar.gz Here is my first go at an alternate patch for this problem. Patch was made against SVN head, believed to be 3

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

2005-11-04 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12356842 ] Graham Dumpleton commented on MODPYTHON-77: --- Sorry, forgot to mention that my patch is in attachment "grahamd_20051105.tar.gz". > The multiple interpreter concep

[jira] Created: (MODPYTHON-88) Initialise sys.argv to a dummy value.

2005-11-10 Thread Graham Dumpleton (JIRA)
Initialise sys.argv to a dummy value. - Key: MODPYTHON-88 URL: http://issues.apache.org/jira/browse/MODPYTHON-88 Project: mod_python Type: Improvement Components: core Versions: 3.3 Reporter: Graham Dumpleton Pr

[jira] Created: (MODPYTHON-89) Add new apache.exists_config_define() function.

2005-11-10 Thread Graham Dumpleton (JIRA)
Add new apache.exists_config_define() function. --- Key: MODPYTHON-89 URL: http://issues.apache.org/jira/browse/MODPYTHON-89 Project: mod_python Type: Improvement Components: core Versions: 3.3 Reporter: Gra

[jira] Updated: (MODPYTHON-89) Add new apache.exists_config_define() function.

2005-11-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-89?page=all ] Graham Dumpleton updated MODPYTHON-89: -- Description: Add new function: apache.exists_config_define() The intent is that this function would wrap the underlying Apache function: ap

[jira] Created: (MODPYTHON-90) Explicitly don't allow Pdb support to work if not ONE_PROCESS mode.

2005-11-10 Thread Graham Dumpleton (JIRA)
Explicitly don't allow Pdb support to work if not ONE_PROCESS mode. --- Key: MODPYTHON-90 URL: http://issues.apache.org/jira/browse/MODPYTHON-90 Project: mod_python Type: Improvement Components: core

[jira] Created: (MODPYTHON-91) Improve error message when "quit" run in pdb debugger.

2005-11-10 Thread Graham Dumpleton (JIRA)
Improve error message when "quit" run in pdb debugger. -- Key: MODPYTHON-91 URL: http://issues.apache.org/jira/browse/MODPYTHON-91 Project: mod_python Type: Improvement Components: core Versions: 3.3

[jira] Commented: (MODPYTHON-76) input filter hangs in combination with mod_proxy

2005-11-17 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-76?page=comments#action_12357955 ] Graham Dumpleton commented on MODPYTHON-76: --- For further details on this issue see developer mailing list posts. http://article.gmane.org/gmane.comp.apache.mo

[jira] Created: (MODPYTHON-92) Raise more specific IOError when req.write() fails.

2005-11-17 Thread Graham Dumpleton (JIRA)
Raise more specific IOError when req.write() fails. --- Key: MODPYTHON-92 URL: http://issues.apache.org/jira/browse/MODPYTHON-92 Project: mod_python Type: Improvement Components: core Versions: 3.3 Repor

[jira] Commented: (MODPYTHON-91) Improve error message when "quit" run in pdb debugger.

2005-11-17 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-91?page=comments#action_12357959 ] Graham Dumpleton commented on MODPYTHON-91: --- Whoops, that should be: #result = pdb.runcall(object, req) debugger

[jira] Commented: (MODPYTHON-47) Digest Authorization header causes bad request error.

2005-11-22 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-47?page=comments#action_12358319 ] Graham Dumpleton commented on MODPYTHON-47: --- As usual there is nearly always a way to fudge things. You could still use Apache HTTP digest authentication (managed

[jira] Commented: (MODPYTHON-94) Calling APR optional functions provided by mod_ssl

2005-11-28 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-94?page=comments#action_12358711 ] Graham Dumpleton commented on MODPYTHON-94: --- Can Apache be built without HTTPS support? Does this patch still work and does it gracefully fail or give negative re

[jira] Commented: (MODPYTHON-94) Calling APR optional functions provided by mod_ssl

2005-11-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-94?page=comments#action_12358781 ] Graham Dumpleton commented on MODPYTHON-94: --- I thought about the ctypes approach when I proposed the first code I referenced. The problem was how you dealt with t

[jira] Created: (MODPYTHON-96) Accessing req.boundary causes crash.

2005-12-07 Thread Graham Dumpleton (JIRA)
Accessing req.boundary causes crash. Key: MODPYTHON-96 URL: http://issues.apache.org/jira/browse/MODPYTHON-96 Project: mod_python Type: Bug Components: core Versions: 3.1.3, 2.7.10, 3.2, 3.1.4 Reporter: Graham Dump

[jira] Updated: (MODPYTHON-96) Accessing req.boundary causes crash.

2005-12-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-96?page=all ] Graham Dumpleton updated MODPYTHON-96: -- Version: (was: 2.7.10) Dropped 2.7.10 as being affected as possibly works there as missing bit of code present and member is actually documen

[jira] Created: (MODPYTHON-98) wrong handler supplied to req.add_handler() generates error

2005-12-08 Thread Graham Dumpleton (JIRA)
wrong handler supplied to req.add_handler() generates error --- Key: MODPYTHON-98 URL: http://issues.apache.org/jira/browse/MODPYTHON-98 Project: mod_python Type: Bug Components: core Versions: 3.2, 3.1.

[jira] Commented: (MODPYTHON-98) wrong handler supplied to req.add_handler() generates error

2005-12-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-98?page=comments#action_12359850 ] Graham Dumpleton commented on MODPYTHON-98: --- A related note against this issue with req.add_handler(), if you errornously do something like: def accesshandler(

[jira] Commented: (MODPYTHON-98) wrong handler supplied to req.add_handler() generates error

2005-12-11 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-98?page=comments#action_12360190 ] Graham Dumpleton commented on MODPYTHON-98: --- In respect of SILENT and return of apache.DECLINED, if it is desired that it truly be silent like the documentation s

[jira] Commented: (MODPYTHON-98) wrong handler supplied to req.add_handler() generates error

2005-12-11 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-98?page=comments#action_12360191 ] Graham Dumpleton commented on MODPYTHON-98: --- Am probably being bad sticking multiple problems against one bug report, but they are all related. :-) That said, th

[jira] Commented: (MODPYTHON-98) wrong handler supplied to req.add_handler() generates error

2005-12-12 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-98?page=comments#action_12360262 ] Graham Dumpleton commented on MODPYTHON-98: --- Okay, got a fix for this third issue. The problem lies in python_handler() function in mod_python.c, namely it has:

[jira] Commented: (MODPYTHON-98) wrong handler supplied to req.add_handler() generates error

2005-12-17 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-98?page=comments#action_12360697 ] Graham Dumpleton commented on MODPYTHON-98: --- To summarise the changes in the above into one spot so it is easier to see what is required: 1. If say that exceptio

[jira] Created: (MODPYTHON-100) raise apache.SERVER_RETURN, apache.OK aborts handlers.

2005-12-17 Thread Graham Dumpleton (JIRA)
raise apache.SERVER_RETURN, apache.OK aborts handlers. -- Key: MODPYTHON-100 URL: http://issues.apache.org/jira/browse/MODPYTHON-100 Project: mod_python Type: Bug Components: core Versions: 3.1.4, 3.2

[jira] Commented: (MODPYTHON-94) Calling APR optional functions provided by mod_ssl

2005-12-17 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-94?page=comments#action_12360708 ] Graham Dumpleton commented on MODPYTHON-94: --- If we are going to do this, can we not truncate the ssl_var_lookup() function name? Ie., use req.ssl_var_lookup() an

[jira] Created: (MODPYTHON-101) If target handler found but evaluates false, there should still be an error if not silent.

2005-12-18 Thread Graham Dumpleton (JIRA)
If target handler found but evaluates false, there should still be an error if not silent. -- Key: MODPYTHON-101 URL: http://issues.apache.org/jira/browse/MODPYTHON-101 Project: mod_pyth

[jira] Updated: (MODPYTHON-101) If target handler found but evaluates false, there should still be an error if not silent.

2005-12-18 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-101?page=all ] Graham Dumpleton updated MODPYTHON-101: --- Description: If one specifies PythonHandler directive and the target is mistakenly set to be something like: handler = 0 handler = None

[jira] Commented: (MODPYTHON-101) If target handler found but evaluates false, there should still be an error if not silent.

2005-12-18 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-101?page=comments#action_12360713 ] Graham Dumpleton commented on MODPYTHON-101: Whoops, to be as precise as possible, instead of the suggested: if not hlist.silent or object: i

[jira] Commented: (MODPYTHON-76) input filter hangs in combination with mod_proxy

2005-12-19 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-76?page=comments#action_12360886 ] Graham Dumpleton commented on MODPYTHON-76: --- I wander if the issue with filter.flush() could be related to the fact that FilterDispatch will call it after the fil

[jira] Created: (MODPYTHON-102) Bus error with connection handler on secondary port.

2005-12-22 Thread Graham Dumpleton (JIRA)
Bus error with connection handler on secondary port. Key: MODPYTHON-102 URL: http://issues.apache.org/jira/browse/MODPYTHON-102 Project: mod_python Type: Bug Components: core Versions: 3.2 Environment:

[jira] Created: (MODPYTHON-103) Implement req.add_output_filter().

2005-12-22 Thread Graham Dumpleton (JIRA)
Implement req.add_output_filter(). -- Key: MODPYTHON-103 URL: http://issues.apache.org/jira/browse/MODPYTHON-103 Project: mod_python Type: New Feature Components: core Reporter: Graham Dumpleton Add new member function to req

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

2005-12-22 Thread Graham Dumpleton (JIRA)
Allow Python code callouts with mod_include (SSI). -- Key: MODPYTHON-104 URL: http://issues.apache.org/jira/browse/MODPYTHON-104 Project: mod_python Type: New Feature Components: core Reporter: Graham Dumpleton

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

2006-01-01 Thread Graham Dumpleton (JIRA)
mod_python.publisher should not discard content for HEAD request. - Key: MODPYTHON-105 URL: http://issues.apache.org/jira/browse/MODPYTHON-105 Project: mod_python Type: Bug Components: publisher

[jira] Created: (MODPYTHON-106) PythonAutoReload directive can't be turned off in config.

2006-01-01 Thread Graham Dumpleton (JIRA)
PythonAutoReload directive can't be turned off in config. - Key: MODPYTHON-106 URL: http://issues.apache.org/jira/browse/MODPYTHON-106 Project: mod_python Type: Bug Components: core Versions: 3.1.3, 3.2,

[jira] Updated: (MODPYTHON-106) PythonAutoReload directive can't be turned off in config.

2006-01-01 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-106?page=all ] Graham Dumpleton updated MODPYTHON-106: --- Attachment: mod_python.c.diff.20060102-1 Attached "mod_python.c.diff.20060102-1" which includes patch to fix problem as described. Note that

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

2006-01-04 Thread Graham Dumpleton (JIRA)
mod_python.publisher shouldn't flush result when written. - Key: MODPYTHON-107 URL: http://issues.apache.org/jira/browse/MODPYTHON-107 Project: mod_python Type: Improvement Components: publisher Versions

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

2006-01-06 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-107?page=comments#action_12362040 ] Graham Dumpleton commented on MODPYTHON-107: For PSP, the generated code actually explicitly says not to flush the output and so is okay in that respect. Unfor

[jira] Created: (MODPYTHON-109) Signal handler calling Py_Finalize() when child processes being killed.

2006-01-07 Thread Graham Dumpleton (JIRA)
Signal handler calling Py_Finalize() when child processes being killed. --- Key: MODPYTHON-109 URL: http://issues.apache.org/jira/browse/MODPYTHON-109 Project: mod_python Type: Bug Components: core

[jira] Updated: (MODPYTHON-103) Implement req.add_output_filter().

2006-01-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-103?page=all ] Graham Dumpleton updated MODPYTHON-103: --- Attachment: grahamd_20060108_1_requestobject.c.diff Attaching file "grahamd_20060108_1_requestobject.c.diff". This is the easy bit of the sugg

[jira] Commented: (MODPYTHON-76) input filter hangs in combination with mod_proxy

2006-01-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-76?page=comments#action_12362117 ] Graham Dumpleton commented on MODPYTHON-76: --- No response from the person who reported this yet, so am trying again. In the mean time, I have seen myself in my own

[jira] Updated: (MODPYTHON-103) Implement req.add_output_filter().

2006-01-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-103?page=all ] Graham Dumpleton updated MODPYTHON-103: --- Attachment: grahamd_20060108_2_multiple.diff You can ignore "grahamd_20060108_1_requestobject.c.diff" now. I have superseded this with "graham

[jira] Commented: (MODPYTHON-103) Implement req.add_output_filter().

2006-01-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-103?page=comments#action_12362119 ] Graham Dumpleton commented on MODPYTHON-103: Whoops, that last example should have read: def handler(req): req.register_output_filter("UPPERCASE","examp

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

2006-01-21 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-111?page=comments#action_12363542 ] Graham Dumpleton commented on MODPYTHON-111: Note that making such a change could have noticeable consequences as far as performance goes. Where login based se

[jira] Created: (MODPYTHON-112) If using filters value of req.phase only valid up till first req.read()/req.write().

2006-01-21 Thread Graham Dumpleton (JIRA)
If using filters value of req.phase only valid up till first req.read()/req.write(). Key: MODPYTHON-112 URL: http://issues.apache.org/jira/browse/MODPYTHON-112 Project: mod_python T

[jira] Commented: (MODPYTHON-112) If using filters value of req.phase only valid up till first req.read()/req.write().

2006-01-21 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-112?page=comments#action_12363553 ] Graham Dumpleton commented on MODPYTHON-112: The implications of this problem could be significant where multiple handlers are specified for a single phase. Ie

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

2006-01-22 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-104?page=comments#action_12363559 ] Graham Dumpleton commented on MODPYTHON-104: See python-dev mailing list thread: http://www.mail-archive.com/python-dev@httpd.apache.org/msg01013.html for p

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

2006-01-25 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-104?page=all ] Graham Dumpleton updated MODPYTHON-104: --- Attachment: grahamd_20060126_1_mod_include.diff Attached "grahamd_20060126_1_mod_include.diff". This includes patch for adding SSI support for

[jira] Created: (MODPYTHON-113) PythonImport should use apache.import_module() and not PyImport_ImportModule().

2006-01-25 Thread Graham Dumpleton (JIRA)
PythonImport should use apache.import_module() and not PyImport_ImportModule(). --- Key: MODPYTHON-113 URL: http://issues.apache.org/jira/browse/MODPYTHON-113 Project: mod_python Type: Bug

[jira] Created: (MODPYTHON-114) Problems with PythonPath directive.

2006-01-26 Thread Graham Dumpleton (JIRA)
Problems with PythonPath directive. --- Key: MODPYTHON-114 URL: http://issues.apache.org/jira/browse/MODPYTHON-114 Project: mod_python Type: Bug Components: core Versions: 3.2, 3.1.4 Reporter: Graham Dumpleton The "Py

[jira] Commented: (MODPYTHON-114) Problems with PythonPath directive.

2006-01-26 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-114?page=comments#action_12364176 ] Graham Dumpleton commented on MODPYTHON-114: Note that the call to acquire the mutex lock should be moved outside of the try block. if config.has_key("Pyt

[jira] Created: (MODPYTHON-115) import_module() and multiple modules of same name.

2006-01-26 Thread Graham Dumpleton (JIRA)
import_module() and multiple modules of same name. -- Key: MODPYTHON-115 URL: http://issues.apache.org/jira/browse/MODPYTHON-115 Project: mod_python Type: Bug Components: core Versions: 3.1.4, 3.2 Report

[jira] Created: (MODPYTHON-116) Attributes removed from module code file still accessible until restart.

2006-01-26 Thread Graham Dumpleton (JIRA)
Attributes removed from module code file still accessible until restart. Key: MODPYTHON-116 URL: http://issues.apache.org/jira/browse/MODPYTHON-116 Project: mod_python Type: Bug Components: co

[jira] Commented: (MODPYTHON-116) Attributes removed from module code file still accessible until restart.

2006-01-26 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-116?page=comments#action_12364187 ] Graham Dumpleton commented on MODPYTHON-116: Whoops, forgot to reference back to my problem list for completeness. :-) This problem is listed as ISSUE 13 in my

[jira] Commented: (MODPYTHON-102) Bus error with connection handler on secondary port.

2006-01-28 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-102?page=comments#action_12364342 ] Graham Dumpleton commented on MODPYTHON-102: And another person to come across this and get same stack trace: http://www.mail-archive.com/python-dev@httpd.ap

[jira] Commented: (MODPYTHON-102) Bus error with connection handler on secondary port.

2006-01-31 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-102?page=comments#action_12364549 ] Graham Dumpleton commented on MODPYTHON-102: After much digging, documented at: http://www.mail-archive.com/python-dev@httpd.apache.org/msg01062.html http:

[jira] Created: (MODPYTHON-117) PythonImport that works for any interpreter.

2006-02-02 Thread Graham Dumpleton (JIRA)
PythonImport that works for any interpreter. Key: MODPYTHON-117 URL: http://issues.apache.org/jira/browse/MODPYTHON-117 Project: mod_python Type: Wish Components: core Versions: 3.2 Reporter: Graham Dumplet

[jira] Created: (MODPYTHON-118) Allow PythonImport to optionally call function in module.

2006-02-02 Thread Graham Dumpleton (JIRA)
Allow PythonImport to optionally call function in module. - Key: MODPYTHON-118 URL: http://issues.apache.org/jira/browse/MODPYTHON-118 Project: mod_python Type: Wish Components: core Versions: 3.3

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

2006-02-04 Thread Graham Dumpleton (JIRA)
DBM Session test shouldn't use default database. Key: MODPYTHON-119 URL: http://issues.apache.org/jira/browse/MODPYTHON-119 Project: mod_python Type: Bug Components: core Versions: 3.2 Reporter: Graham

[jira] Created: (MODPYTHON-120) Connection handler test fails on virtual hosting system such as OpenVPS.

2006-02-04 Thread Graham Dumpleton (JIRA)
Connection handler test fails on virtual hosting system such as OpenVPS. Key: MODPYTHON-120 URL: http://issues.apache.org/jira/browse/MODPYTHON-120 Project: mod_python Type: Bug Components: co

[jira] Created: (MODPYTHON-121) The local/remote host tests fail for a virtual hosting system such as OpenVPS.

2006-02-04 Thread Graham Dumpleton (JIRA)
The local/remote host tests fail for a virtual hosting system such as OpenVPS. -- Key: MODPYTHON-121 URL: http://issues.apache.org/jira/browse/MODPYTHON-121 Project: mod_python Type: Bug

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

2006-02-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-122?page=comments#action_12365490 ] Graham Dumpleton commented on MODPYTHON-122: Or as someone else suggested, maybe: MP_VERSION=`echo $MP_VERSION | sed 's/"//g'` or: MP_VERSION=`echo $MP_V

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

2006-02-07 Thread Graham Dumpleton (JIRA)
Improvements associated with the req.ap_auth_type attribute. Key: MODPYTHON-124 URL: http://issues.apache.org/jira/browse/MODPYTHON-124 Project: mod_python Type: Improvement Components: core Version

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

2006-02-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-124?page=comments#action_12365525 ] Graham Dumpleton commented on MODPYTHON-124: FWIW, where example gave: # Do all the processing of Authorization header and # validate user etc. If not

[jira] Created: (MODPYTHON-125) Improvements associated with req.handler for type checker phase.

2006-02-08 Thread Graham Dumpleton (JIRA)
Improvements associated with req.handler for type checker phase. Key: MODPYTHON-125 URL: http://issues.apache.org/jira/browse/MODPYTHON-125 Project: mod_python Type: Improvement Components: core

  1   2   3   4   5   6   7   8   >