View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001221 | libmicrohttpd | HTTP POST | public | 2007-06-16 15:50 | 2008-01-31 20:55 |
| Reporter | Christian Grothoff | Assigned To | Christian Grothoff | ||
| Priority | high | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Summary | 0001221: decoding of POST data | ||||
| Description | This is currently not implemented. | ||||
| Tags | No tags attached. | ||||
|
|
This is now partially implemented. multipart/form-data is not supported, as well as www-uri-encoded data where the POST message does not fit into the memory pool. Fixing those will require an improved API to address the memory limitations. |
|
|
The new API is now in place and works for uri-encoded POST data. A parser for multipart/form-data is there, but not tested (and too complex to be just believed to be correct). |
|
|
Basic multipart/form-data support is now there. Nested multipart/mixed content is not yet handled. |
|
|
Added code for multipart decoding (SVN 0006132). |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-06-16 15:50 | Christian Grothoff | New Issue | |
| 2007-08-08 02:21 | Christian Grothoff | Note Added: 0003122 | |
| 2007-08-08 02:22 | Christian Grothoff | Status | new => acknowledged |
| 2007-09-08 23:49 | Christian Grothoff | Status | acknowledged => assigned |
| 2007-09-08 23:49 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2007-09-08 23:50 | Christian Grothoff | Note Added: 0003166 | |
| 2007-09-09 13:25 | Christian Grothoff | Note Added: 0003167 | |
| 2008-01-30 23:18 | Christian Grothoff | Note Added: 0003269 | |
| 2008-01-30 23:18 | Christian Grothoff | Status | assigned => resolved |
| 2008-01-30 23:18 | Christian Grothoff | Resolution | open => fixed |
| 2008-01-31 20:55 | Christian Grothoff | Status | resolved => closed |