[jira] Resolved: (MODPYTHON-180) publisher wrongly generating warning that there is 'nothing to publish'

2006-10-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-180?page=all ] Graham Dumpleton resolved MODPYTHON-180. Resolution: Fixed Added a new internal (ie., not intended to be used by public), member called _bytes_queued to the request object which

[jira] Created: (MODPYTHON-192) Apache specific versions of os.path(posixpath/ntpath) path manipulation functions.

2006-10-08 Thread Graham Dumpleton (JIRA)
: mod_python Issue Type: New Feature Components: core Reporter: Graham Dumpleton The Apache req.filename attribute on UNIX is POSIX compatible and so the posixpath routines can be used to manipulate it. Most importantly, using os.path.normpath() produces a result

[jira] Work started: (MODPYTHON-127) Use namespace for mod_python PythonOption settings.

2006-10-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-127?page=all ] Work on MODPYTHON-127 started by Graham Dumpleton. > Use namespace for mod_python PythonOption settings. > --- > > Key: MODPYTHON-127 >

[jira] Assigned: (MODPYTHON-127) Use namespace for mod_python PythonOption settings.

2006-10-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-127?page=all ] Graham Dumpleton reassigned MODPYTHON-127: -- Assignee: Graham Dumpleton > Use namespace for mod_python PythonOption setti

[jira] Commented: (MODPYTHON-127) Use namespace for mod_python PythonOption settings.

2006-10-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-127?page=comments#action_12440752 ] Graham Dumpleton commented on MODPYTHON-127: Have made code changes (not documentation), but not yet committed. Having done this, I found myself

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

2006-10-13 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-172?page=comments#action_12442163 ] Graham Dumpleton commented on MODPYTHON-172: [[ Old comment, sent by email on Sat, 8 Jul 2006 10:27:48 +1000 ]] On first look I would agree

[jira] Created: (MODPYTHON-193) Add req.hlist.location to mirror req.hlist.directory.

2006-10-16 Thread Graham Dumpleton (JIRA)
Components: core Reporter: Graham Dumpleton Assigned To: Graham Dumpleton Fix For: 3.3 In mod_python 3.3 a new function is available when the new module importer is used called apache.get_handler_root(). The purpose of the function is to return the directory

[jira] Work started: (MODPYTHON-193) Add req.hlist.location to mirror req.hlist.directory.

2006-10-16 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-193?page=all ] Work on MODPYTHON-193 started by Graham Dumpleton. > Add req.hlist.location to mirror req.hlist.directory. > - > > Key: MODPYTHON-193 >

[jira] Commented: (MODPYTHON-193) Add req.hlist.location to mirror req.hlist.directory.

2006-10-18 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-193?page=comments#action_12443384 ] Graham Dumpleton commented on MODPYTHON-193: When this is implemented, code in Session class can be changed from: # the path where

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

2006-10-18 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-143?page=comments#action_12443385 ] Graham Dumpleton commented on MODPYTHON-143: Still need to update new module importer code so as to log exceptions which might occur in

[jira] Created: (MODPYTHON-195) Possible leaking of Win32 event handles when Apache restarted.

2006-10-20 Thread Graham Dumpleton (JIRA)
Components: core Affects Versions: 3.2.10 Reporter: Graham Dumpleton Jeff Robins in: http://mail-archives.apache.org/mod_mbox/httpd-python-dev/200610.mbox/[EMAIL PROTECTED] indicates a belief that when an Apache restart is performed on Windows that there are a number

[jira] Updated: (MODPYTHON-186) Build process not using correct values from Python config Makefile.

2006-10-20 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-186?page=all ] Graham Dumpleton updated MODPYTHON-186: --- Component/s: core Fix Version/s: (was: 3.3) (was: 3.2.x) Defer fixing of this issue until have someone with

[jira] Work started: (MODPYTHON-194) Memory leak due to not clearing thread state object before deletion.

2006-10-20 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-194?page=all ] Work on MODPYTHON-194 started by Graham Dumpleton. > Memory leak due to not clearing thread state object before deletion. > > > Ke

[jira] Resolved: (MODPYTHON-194) Memory leak due to not clearing thread state object before deletion.

2006-10-20 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-194?page=all ] Graham Dumpleton resolved MODPYTHON-194. Resolution: Fixed > Memory leak due to not clearing thread state object before delet

[jira] Commented: (MODPYTHON-197) Problems with how path is calculated by Session class.

2006-10-25 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-197?page=comments#action_12444792 ] Graham Dumpleton commented on MODPYTHON-197: Whoops, that is mean't to be mod_python.session.application_path

[jira] Updated: (MODPYTHON-191) Tampering with signed cookies.

2006-10-25 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-191?page=all ] Graham Dumpleton updated MODPYTHON-191: --- Fix Version/s: (was: 3.3) After looking at this, I have come to the conclusion that in the context used it is not an issue. FWIW, the

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

2006-10-26 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=all ] Work on MODPYTHON-93 started by Graham Dumpleton. > Improve util.FieldStorage efficiency > > > Key: MODPYTHON-93 > URL: http://issues.apache.

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

2006-10-26 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=all ] Graham Dumpleton reopened MODPYTHON-93: --- Assignee: Graham Dumpleton (was: Jim Gallacher) In response to question about dictionary like abilities on mailing list, I

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

2006-10-27 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-104?page=all ] Graham Dumpleton resolved MODPYTHON-104. Resolution: Fixed New chapter added in documentation, so all done. > Allow Python code callouts with mod_include (

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

2006-10-27 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=comments#action_12445123 ] Graham Dumpleton commented on MODPYTHON-93: --- I have committed some changes into repository now which fixes the issue with add_field() but also does

[jira] Resolved: (MODPYTHON-127) Use namespace for mod_python PythonOption settings.

2006-10-27 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-127?page=all ] Graham Dumpleton resolved MODPYTHON-127. Resolution: Fixed For now I have just made the tests use the new option names. There is obviously a risk that I stuffed up the backward

[jira] Created: (MODPYTHON-198) Python 2.5 nested auth functions in publisher.

2006-10-28 Thread Graham Dumpleton (JIRA)
Affects Versions: 3.2.10 Reporter: Graham Dumpleton Assigned To: Graham Dumpleton Fix For: 3.3 Jim Gallacher wrote: With python 2.5 I get 2 failures: test_publisher_auth_nested test_publisher_auth_method_nested It looks like something has changed in

[jira] Work started: (MODPYTHON-198) Python 2.5 nested auth functions in publisher.

2006-10-28 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-198?page=all ] Work on MODPYTHON-198 started by Graham Dumpleton. > Python 2.5 nested auth functions in publisher. > -- > > Key: MODPYTHON-198 >

[jira] Commented: (MODPYTHON-198) Python 2.5 nested auth functions in publisher.

2006-10-28 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-198?page=comments#action_12445424 ] Graham Dumpleton commented on MODPYTHON-198: Dan provides confirmation that something like: >>> def foo(a,b): d = 5 def

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

2006-10-29 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=comments#action_12445435 ] Graham Dumpleton commented on MODPYTHON-93: --- Okay, bit the bullet and made FieldStorage a bit more dictionary like after a bit of discussion on the

[jira] Updated: (MODPYTHON-191) Tampering with signed cookies.

2006-10-30 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-191?page=all ] Graham Dumpleton updated MODPYTHON-191: --- Fix Version/s: 3.3 This will now be addressed as part of code changes for MODPYTHON-200. > Tampering with signed cook

[jira] Work started: (MODPYTHON-191) Tampering with signed cookies.

2006-10-30 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-191?page=all ] Work on MODPYTHON-191 started by Graham Dumpleton. > Tampering with signed cookies. > -- > > Key: MODPYTHON-191 > URL: http://issues.apache.org/jira/b

[jira] Assigned: (MODPYTHON-191) Tampering with signed cookies.

2006-10-30 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-191?page=all ] Graham Dumpleton reassigned MODPYTHON-191: -- Assignee: Graham Dumpleton > Tampering with signed cookies. > -- > > Key: M

[jira] Resolved: (MODPYTHON-198) Python 2.5 nested auth functions in publisher.

2006-11-04 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-198?page=all ] Graham Dumpleton resolved MODPYTHON-198. Resolution: Fixed Looks like JIRA is not showing subversion commits or has not recorded some from when they were doing their infrastructure

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

2006-11-04 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=all ] Graham Dumpleton resolved MODPYTHON-93. --- Resolution: Fixed Not heard of anyone who has specifically tested to see if this works with older versions of Trac or not, but code passing

[jira] Resolved: (MODPYTHON-191) Tampering with signed cookies.

2006-11-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-191?page=all ] Graham Dumpleton resolved MODPYTHON-191. Resolution: Fixed > Tampering with signed cookies. > -- > > Key: M

[jira] Resolved: (MODPYTHON-200) Can't use signed and marshalled cookies together.

2006-11-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-200?page=all ] Graham Dumpleton resolved MODPYTHON-200. Resolution: Fixed > Can't use signed and marshalled cookies

[jira] Updated: (MODPYTHON-195) Possible leaking of Win32 event handles when Apache restarted.

2006-11-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-195?page=all ] Graham Dumpleton updated MODPYTHON-195: --- Fix Version/s: 3.3 > Possible leaking of Win32 event handles when Apache restar

[jira] Commented: (MODPYTHON-195) Possible leaking of Win32 event handles when Apache restarted.

2006-11-07 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-195?page=comments#action_12447742 ] Graham Dumpleton commented on MODPYTHON-195: Can you see if you can come up with some check based on values of 'initialized' and '

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

2006-11-09 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-202?page=comments#action_12448585 ] Graham Dumpleton commented on MODPYTHON-202: A configuration option can possibly be modelled off how the AcceptMutex directive for Apache works

[jira] Created: (MODPYTHON-206) The attribute req.used_path_info should be writable.

2006-11-18 Thread Graham Dumpleton (JIRA)
Components: core Affects Versions: 3.3 Reporter: Graham Dumpleton Assigned To: Graham Dumpleton Fix For: 3.3 At present, req.used_path_info is read only. This should instead be modifiable as well. This attribute gets set when you use the Apache AcceptPathInfo

[jira] Work started: (MODPYTHON-206) The attribute req.used_path_info should be writable.

2006-11-18 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-206?page=all ] Work on MODPYTHON-206 started by Graham Dumpleton. > The attribute req.used_path_info should be writable. > > > Key: MODPYTHON-206 >

[jira] Resolved: (MODPYTHON-206) The attribute req.used_path_info should be writable.

2006-11-18 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-206?page=all ] Graham Dumpleton resolved MODPYTHON-206. Resolution: Fixed > The attribute req.used_path_info should be writa

[jira] Created: (MODPYTHON-207) The attribute req.args should be modifiable.

2006-11-18 Thread Graham Dumpleton (JIRA)
Affects Versions: 3.3 Reporter: Graham Dumpleton Assigned To: Graham Dumpleton Fix For: 3.3 For completeness, the req.args attribute should be modifiable. Updating req.args is done in modules like mod_rewrite and so something that emulates that may find it

[jira] Work started: (MODPYTHON-207) The attribute req.args should be modifiable.

2006-11-18 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-207?page=all ] Work on MODPYTHON-207 started by Graham Dumpleton. > The attribute req.args should be modifiable. > > > Key: MODPYTHON-207 >

[jira] Resolved: (MODPYTHON-207) The attribute req.args should be modifiable.

2006-11-18 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-207?page=all ] Graham Dumpleton resolved MODPYTHON-207. Resolution: Fixed > The attribute req.args should be modifiable. > > >

[jira] Commented: (MODPYTHON-204) Implement urlobject to be returned by req.parsed_uri

2006-11-18 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-204?page=comments#action_12451103 ] Graham Dumpleton commented on MODPYTHON-204: When this is done, can expose Apache Runtime library methods: apr_uri_unparse() apr_uri_parse

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

2006-11-22 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-129?page=all ] Graham Dumpleton resolved MODPYTHON-129. Resolution: Fixed > HandlerDispatch doesn't treat OK/DECLINED result properly for al

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

2006-11-22 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=all ] Graham Dumpleton resolved MODPYTHON-93. --- Resolution: Fixed > Improve util.FieldStorage efficiency > > > Key:

[jira] Updated: (MODPYTHON-170) Allow access to request_rec/server_rec/conn_rec/filter_rec as Python CObject.

2006-12-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-170?page=all ] Graham Dumpleton updated MODPYTHON-170: --- Fix Version/s: 3.3 With possible howls of protest, I'm going to add this in for 3.3 except that only doing it for request, serve

[jira] Work started: (MODPYTHON-170) Allow access to request_rec/server_rec/conn_rec/filter_rec as Python CObject.

2006-12-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-170?page=all ] Work on MODPYTHON-170 started by Graham Dumpleton. > Allow access to request_rec/server_rec/conn_rec/filter_rec as Python CObj

[jira] Resolved: (MODPYTHON-170) Allow access to request_rec/server_rec/conn_rec/filter_rec as Python CObject.

2006-12-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-170?page=all ] Graham Dumpleton resolved MODPYTHON-170. Resolution: Fixed > Allow access to request_rec/server_rec/conn_rec/filter_rec as Python CObj

[jira] Created: (MODPYTHON-215) Using compression on request content and FieldStorage can cause problems.

2007-01-13 Thread Graham Dumpleton (JIRA)
Issue Type: Bug Components: core Affects Versions: 3.2.10, 3.3 Reporter: Graham Dumpleton The problems occur when a client uses 'Content-Encoding' of 'gzip', ie., it compresses the content of a POST request and Apache is configured to decompress

[jira] Commented: (MODPYTHON-211) Potential memory leak in req.readlines().

2007-01-18 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465940 ] Graham Dumpleton commented on MODPYTHON-211: The req.readlines() function also leaks memory when

[jira] Commented: (MODPYTHON-210) FieldStorage wrongly assumes boundary is last attribute in Content-Type headers value.

2007-01-24 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467170 ] Graham Dumpleton commented on MODPYTHON-210: Emiliano posts this patch: http://www.modpython.org

[jira] Created: (MODPYTHON-216) Code for deriving base URL/directory for request using wrong value???

2007-01-26 Thread Graham Dumpleton (JIRA)
Issue Type: Bug Components: core Affects Versions: 3.3 Reporter: Graham Dumpleton Priority: Minor In determine_context() of src/mod_python.c, the code pertaining to Directory has: if (!strcmp(directory, "~")) { directory = ap_getw

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-122. -- > configure fails when using bash 3.

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-124. -- > Improvements associated with the req.ap_auth_type attrib

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-111. -- > Sessions don't set accessed time

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-125. -- > Improvements associated with req.handler for type checker ph

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-121. -- > The local/remote host tests fail for a virtual hosting system such as Open

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-119. -- > DBM Session test shouldn't use default

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-116. -- > Attributes removed from module code file still accessible until rest

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-104. -- > Allow Python code callouts with mod_include (

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-118. -- > Allow PythonImport to optionally call function in mod

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-108. -- > Let Cookie support new HttpOnly property to prevent cross-site cookie steal

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-107. -- > mod_python.publisher shouldn't flush result when

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-113. -- > PythonImport should use apache.import_module() and not > PyImport_Import

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-115. -- > import_module() and multiple modules of same n

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton reopened MODPYTHON-109: Am reopening this issue as due to work on mod_wsgi I believe I have discovered

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-112. -- > If using filters value of req.phase only valid up till first > req.read()/req

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-120. -- > Connection handler test fails on virtual hosting system such as Open

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

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-114. -- > Problems with PythonPath direct

[jira] Closed: (MODPYTHON-126) PythonHandler in directive sets req.hlist.directory to useless value.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-126. -- > PythonHandler in directive sets req.hlist.directory to useless va

[jira] Closed: (MODPYTHON-128) Have assigning req.filename automatically update req.finfo.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-128. -- > Have assigning req.filename automatically update req.fi

[jira] Closed: (MODPYTHON-127) Use namespace for mod_python PythonOption settings.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-127. -- > Use namespace for mod_python PythonOption setti

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

2007-04-10 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487986 ] Graham Dumpleton commented on MODPYTHON-109: In Python 2.5.1c1 they have changed how the 'thre

[jira] Closed: (MODPYTHON-130) Improvements associated with modifications times.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-130. -- > Improvements associated with modifications ti

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

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-129. -- > HandlerDispatch doesn't treat OK/DECLINED result properly for al

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

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-131. -- > Make name of mutex directory configura

[jira] Closed: (MODPYTHON-132) Expose ap_construct_url() in request object.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-132. -- > Expose ap_construct_url() in request obj

[jira] Closed: (MODPYTHON-133) req.server.get_config() table object populated wrongly.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-133. -- > req.server.get_config() table object populated wron

[jira] Closed: (MODPYTHON-134) Setting PythonDebug to Off, doesn't override On setting in parent scope.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-134. -- > Setting PythonDebug to Off, doesn't override On setting in pare

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

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-135. -- > [SECURITY] A Security Issue with FileSession in 3.

[jira] Closed: (MODPYTHON-137) Add req.server.get_options() for obtain PythonOption values set at global level.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-137. -- > Add req.server.get_options() for obtain PythonOption values set at global >

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

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-139. -- > Running make clean/distclean doesn't clean up test d

[jira] Closed: (MODPYTHON-140) util.redirect() returns wrong SERVER_RETURN status value

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-140. -- > util.redirect() returns wrong SERVER_RETURN status va

[jira] Closed: (MODPYTHON-141) Allow handlers to trigger proxying of requests.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-141. -- > Allow handlers to trigger proxying of reque

[jira] Closed: (MODPYTHON-142) Make req.no_cache and req.no_local_copy writable.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-142. -- > Make req.no_cache and req.no_local_copy writa

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

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-143. -- > Implement and integrate a new module impor

[jira] Closed: (MODPYTHON-144) Make apache._server/apace._interpreter part of public API.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-144. -- > Make apache._server/apace._interpreter part of public

[jira] Closed: (MODPYTHON-147) PythonImport directives causing duplicate entries in sys.path.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-147. -- > PythonImport directives causing duplicate entries in sys.p

[jira] Closed: (MODPYTHON-145) Make number of mutex locks configurable at apache startup

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-145. -- > Make number of mutex locks configurable at apache star

[jira] Closed: (MODPYTHON-148) Additional constants for mod_python.apache module.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-148. -- > Additional constants for mod_python.apache mod

[jira] Closed: (MODPYTHON-149) Allow cross subdomain sessions.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-149. -- > Allow cross subdomain sessi

[jira] Closed: (MODPYTHON-151) PythonDebug exception error page doesn't escape special HTML characters.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-151. -- > PythonDebug exception error page doesn't escape special HTML ch

[jira] Closed: (MODPYTHON-150) make_obcallback not thread protected

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-150. -- > make_obcallback not thread protec

[jira] Closed: (MODPYTHON-153) Add req.discard_request_body().

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-153. -- > Add req.discard_request_b

[jira] Closed: (MODPYTHON-152) req.main/prev from subrequest should yield true Python request object.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-152. -- > req.main/prev from subrequest should yield true Python request obj

[jira] Closed: (MODPYTHON-155) req.add_handler() and inheritance of directory to be searched for module

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-155. -- > req.add_handler() and inheritance of directory to be searched for mod

[jira] Closed: (MODPYTHON-154) PythonPath overriding use of Python*Handler directory.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-154. -- > PythonPath overriding use of Python*Handler direct

[jira] Closed: (MODPYTHON-156) Module imports from server side includes and new importer.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-156. -- > Module imports from server side includes and new impor

[jira] Created: (MODPYTHON-217) Python 2.3 and simplified GIL state API still causes problems.

2007-04-17 Thread Graham Dumpleton (JIRA)
Components: core Affects Versions: 3.2.10, 3.3 Reporter: Graham Dumpleton There are still problems in mod_python when third party extension modules are used which make use of the Python simplified GIL state API. Specifically, if C code makes calls to PyGILState_Ensure

[jira] Closed: (MODPYTHON-157) PythonInterpPerDirectory broken for directory request in fixup phase and earlier.

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-157. -- > PythonInterpPerDirectory broken for directory request in fixup phase and > e

[jira] Closed: (MODPYTHON-159) multiline headers in multipart/form not handled

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-159. -- > multiline headers in multipart/form not hand

<    4   5   6   7   8   9   10   11   >