[ http://issues.apache.org/jira/browse/MODPYTHON-96?page=all ]
     
Graham Dumpleton closed MODPYTHON-96:
-------------------------------------


> Accessing req.boundary causes crash.
> ------------------------------------
>
>          Key: MODPYTHON-96
>          URL: http://issues.apache.org/jira/browse/MODPYTHON-96
>      Project: mod_python
>         Type: Bug
>   Components: core
>     Versions: 3.1.4, 3.1.3, 3.2.7
>     Reporter: Graham Dumpleton
>      Fix For: 3.2.7

>
> The code of requestobject.c contains:
>     {"boundary",     (getter)getreq_recmbr, NULL, "Multipart/byteranges 
> boundary", "boundary"},
> in the request_getsets[] array, but there is no definition of 'boundary' in 
> the request_rec_mbrs[] array. As a consequence, when you access it, it will 
> crash.
> The 'boundary' line therefore needs to be deleted from the source as it 
> appears to serve no purpose.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to