[ 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
: 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
[ 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
>
[ 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
[
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
[
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
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
[ 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
>
[
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
[
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
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
[ 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
[ 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
[ 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
[
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
[ 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
[ 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.
[ 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
[ 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 (
[
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
[ 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
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
[ 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
>
[
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
[
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
[ 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
[ 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
[ http://issues.apache.org/jira/browse/MODPYTHON-191?page=all ]
Graham Dumpleton reassigned MODPYTHON-191:
--
Assignee: Graham Dumpleton
> Tampering with signed cookies.
> --
>
> Key: M
[ 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
[ 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
[ http://issues.apache.org/jira/browse/MODPYTHON-191?page=all ]
Graham Dumpleton resolved MODPYTHON-191.
Resolution: Fixed
> Tampering with signed cookies.
> --
>
> Key: M
[ http://issues.apache.org/jira/browse/MODPYTHON-200?page=all ]
Graham Dumpleton resolved MODPYTHON-200.
Resolution: Fixed
> Can't use signed and marshalled cookies
[ 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
[
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 '
[
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
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
[ 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
>
[ 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
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
[ 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
>
[ http://issues.apache.org/jira/browse/MODPYTHON-207?page=all ]
Graham Dumpleton resolved MODPYTHON-207.
Resolution: Fixed
> The attribute req.args should be modifiable.
>
>
>
[
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
[ 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
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=all ]
Graham Dumpleton resolved MODPYTHON-93.
---
Resolution: Fixed
> Improve util.FieldStorage efficiency
>
>
> Key:
[ 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
[ 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
[ 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
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
[
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
[
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
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
[
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.
[
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
[
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
[
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
[
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
[
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
[
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
[
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 (
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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.
[
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
>
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
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
[
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
[
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
801 - 900 of 1069 matches
Mail list logo