| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | curl -J: make it work even without http:// scheme on URL | Jay Satiro | 2016-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | It does open up a miniscule risk that one of the other protocols that libcurl could use would send back a Content-Disposition header and then curl would act on it even if not HTTP. A future mitigation for this risk would be to allow the callback to ask libcurl which protocol is being used. Verified with test 1312 Closes #760 | ||||
| * | -J: support ';' in quoted file names | Daniel Stenberg | 2011-08-04 | 1 | -0/+64 |
| 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 | |||||
