summaryrefslogtreecommitdiff
path: root/tests/data/test1091
Commit message (Collapse)AuthorAgeFilesLines
* FTP: url-decode path before evaluationZenju2019-09-271-1/+2
| | | | Closes #4428
* Revert "FTP: url-decode path before evaluation"Daniel Stenberg2019-09-261-2/+1
| | | | This reverts commit 2f036a72d543e96128bd75cb0fedd88815fd42e2.
* FTP: url-decode path before evaluationZenju2019-09-261-1/+2
| | | | Closes #4423
* Fixed a couple more locale-dependent toupper conversions, mainly forDan Fandrich2009-01-211-0/+46
clarity. This does fix one problem that causes ;type=i FTP URLs to fail in the Turkish locale when CURLOPT_PROXY_TRANSFER_MODE is used (test case 561) Added tests 561 and 1092 through 1094 to test various combinations of ;type= and ;mode= URLs that could potentially fail in the Turkish locale.