-J: support ';' in quoted file names
authorDaniel Stenberg <daniel@haxx.se>
Thu, 4 Aug 2011 15:48:45 +0000 (17:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 4 Aug 2011 15:48:45 +0000 (17:48 +0200)
commit519d0c0dd2536b192a233995f4e101a2aa00e5f3
treebdcc013170bbbc84290304f718d3be23fdf66050
parentd2c22411afd664bfc1959c41e301781e4cd725f3
-J: support ';' in quoted file names

Content-disposition headers can provide file names with semicolons which
previously would be cut off at that point.

Added test case 1311 and 1312 to verify -J.

Bug: http://curl.haxx.se/bug/view.cgi?id=3375603
Reported by: Peter Hjalmarsson
src/main.c
tests/data/Makefile.am
tests/data/test1311 [new file with mode: 0644]
tests/data/test1312 [new file with mode: 0644]