[ 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.
> -
[ 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.
> ---
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
[ 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
>
[
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
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
[ 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
[ 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.
[ 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:
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
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
11 matches
Mail list logo