Opened 12 years ago

Closed 12 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)

442-a-httpproxy-multipart.patch (2.4 KB ) - added by belug 12 years ago.
442-B-httpproxy-multipart.patch (2.9 KB ) - added by belug 12 years ago.
442-C-httpproxy-multipart.patch (2.9 KB ) - added by belug 12 years ago.
442-D-httpproxy-multipart.patch (3.1 KB ) - added by belug 12 years ago.

Download all attachments as: .zip

Change History (10)

by belug, 12 years ago

comment:1 by adube, 12 years ago

Cc: adube added; belug removed
Owner: changed from adube to belug

comment:2 by belug, 12 years ago

Milestone: 1.4.0

by belug, 12 years ago

comment:3 by belug, 12 years ago

Added the deletion of the temporary created files.

comment:4 by belug, 12 years ago

Modification to support Windows type servers

by belug, 12 years ago

by belug, 12 years ago

comment:5 by belug, 12 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!

comment:6 by belug, 12 years ago

Resolution: fixed
Status: newclosed

Commit in r1365

Note: See TracTickets for help on using tickets.