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

2006-04-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-121?page=all ] Graham Dumpleton resolved MODPYTHON-121: Fix Version: 3.3 Resolution: Fixed > The local/remote host tests fail for a virtual hosting system such as OpenVPS. > -

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

2006-04-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-120?page=all ] Graham Dumpleton resolved MODPYTHON-120: Fix Version: 3.3 Resolution: Fixed > Connection handler test fails on virtual hosting system such as OpenVPS. > ---

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

2006-04-02 Thread Graham Dumpleton (JIRA)
Add req.discard_request_body(). --- Key: MODPYTHON-153 URL: http://issues.apache.org/jira/browse/MODPYTHON-153 Project: mod_python Type: New Feature Components: core Reporter: Graham Dumpleton Assigned to: Graham Dumpleton In

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

2006-04-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-153?page=all ] Work on MODPYTHON-153 started by Graham Dumpleton > Add req.discard_request_body(). > --- > > Key: MODPYTHON-153 > URL: http://issues.apache.org/jira/browse/MODPYTHON-153 >

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

2006-04-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-153?page=comments#action_12372824 ] Graham Dumpleton commented on MODPYTHON-153: Here is the prototype and documentation: /** * In HTTP/1.1, any method can have a body. However, most GET handle

GET request content and mod_python.publisher/psp.

2006-04-02 Thread Graham Dumpleton
I have just added to mod_python in subversion a req.discard_request_body() method. This is a direct wrapper for underlying ap_discard_request_body() function in C API. The purpose of the underlying function is as described in documentation attached to prorotype in headers. /** * In HTTP/1.1, an

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

2006-04-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-153?page=all ] Graham Dumpleton resolved MODPYTHON-153: Fix Version: 3.3 Resolution: Fixed New function added, but decision as to whether this function should be called by mod_python.pub

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

2006-04-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-68?page=all ] Graham Dumpleton resolved MODPYTHON-68: --- Resolution: Won't Fix Idea of adding req.script_name was withdrawn, so close off issue. > Add a readable/writable req.script_name member.

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

2006-04-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-68?page=all ] Graham Dumpleton closed MODPYTHON-68: - > Add a readable/writable req.script_name member. > --- > > Key: MODPYTHON-68 > URL:

Re: GET request content and mod_python.publisher/psp.

2006-04-02 Thread Jim Gallacher
Graham Dumpleton wrote: I have just added to mod_python in subversion a req.discard_request_body() method. This is a direct wrapper for underlying ap_discard_request_body() function in C API. The purpose of the underlying function is as described in documentation attached to prorotype in headers

Re: GET request content and mod_python.publisher/psp.

2006-04-02 Thread Mike Looijmans
My question is, should mod_python.publisher and mod_python.psp be enhanced and call req.discard_request_body() for a GET request to avoid the posibilities of any problems arising due to a client sending content for a GET request? -1 on that particular way of implementing it. If the GET request h