Opened 13 years ago
Closed 13 years ago
#442 closed defect (fixed)
httpProxy multipart form support
Reported by: | belug | Owned by: | belug |
---|---|---|---|
Priority: | major | Milestone: | 1.4.0 |
Component: | server | Version: | trunk |
Keywords: | httpPrioxy files upload multipart form-data multipart/form-data | Cc: | adube |
Description
While testing a new form , I found out that the httpProxy was not supporting multipart forms so it's impossible to send file via the proxy.
I've added the support it the following patch.
Please review.
Attachments (4)
Change History (10)
by , 13 years ago
Attachment: | 442-a-httpproxy-multipart.patch added |
---|
comment:1 by , 13 years ago
Cc: | added; removed |
---|---|
Owner: | changed from | to
comment:2 by , 13 years ago
Milestone: | → 1.4.0 |
---|
by , 13 years ago
Attachment: | 442-B-httpproxy-multipart.patch added |
---|
comment:3 by , 13 years ago
by , 13 years ago
Attachment: | 442-C-httpproxy-multipart.patch added |
---|
by , 13 years ago
Attachment: | 442-D-httpproxy-multipart.patch added |
---|
comment:5 by , 13 years ago
Last patch is only for Code Sniffer pass.. there was a few standards errors.
I've this code tested for a while now and no errors shoed up on multiple project so I think it's time to commit!
Note:
See TracTickets
for help on using tickets.
Added the deletion of the temporary created files.