[
http://issues.apache.org/jira/browse/MODPYTHON-172?page=comments#action_12419728
]
Harold Ship commented on MODPYTHON-172:
---
Please look at lines 202-205 of the same file, in parse_qs() :
PyObject *list;
list
Hi Harold,
I just wanted to let you know you are not being ignored. I just need
some free time to dive into this - hopefully this weekend.
Jim
Harold Ship (JIRA) wrote:
> [
> http://issues.apache.org/jira/browse/MODPYTHON-172?page=comments#action_12419728
> ]
>
> Harold Ship commented on
Yeah Harold, thanks for the time you are spending on this bug.I'm not ignoring you either, I'm just on vacation, trying to disconnect from my work in particular and the net in general. Not so easy as this mail tends to show.
I'll have a look at this too when I come back to civilization.Regards,Nico
On 08/07/2006, at 3:06 AM, Jim Gallacher wrote:
Hi Harold,
I just wanted to let you know you are not being ignored. I just need
some free time to dive into this - hopefully this weekend.
My excuse too. ;-)
I also was hoping to get to it this weekend. I have been back from
holidays
almost
On first look I would agree there is possibly a problem. There also
would appear to be
similar issues in other parts of mod_python. For example in
cfgtree_walk() of util.c it has:
PyObject *t = Py_BuildValue("(s, s)", dir->directive, dir-
>args);
if (!t)
return P
mod_python.psp should return 404 and not 500 when PSP file doesn't exist.
-
Key: MODPYTHON-178
URL: http://issues.apache.org/jira/browse/MODPYTHON-178
Project: mod_python
Type: Improvement
V
Graham Dumpleton wrote:
> On first look I would agree there is possibly a problem. There also
> would appear to be
> similar issues in other parts of mod_python. For example in
> cfgtree_walk() of util.c it has:
>
> PyObject *t = Py_BuildValue("(s, s)", dir->directive, dir->args);
>
req.readlines(sizehint) does not work correctly
---
Key: MODPYTHON-179
URL: http://issues.apache.org/jira/browse/MODPYTHON-179
Project: mod_python
Type: Bug
Components: core
Versions: 3.2.8
Environment: All