[
https://issues.apache.org/jira/browse/CB-7215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Kuz updated CB-7215:
-------------------------
Description:
On ft.upload to url with underscores, like "test_underscores.s3.amazonaws.com"
File Transfer plugin throws
{code:javascript}
FileTransferError {code: 3, source:
"file:///storage/emulated/0/Android/data/com.ionicframework.starter/cache/1406641720981.jpg",
target: "https://test_underscores.s3.amazonaws.com", http_status: null, body:
null}
{code}
was:
On ft.upload to url with underscores, like "test_underscores.s3.amazonaws.com"
File Transfer plugin throws
FileTransferError {code: 3, source:
"file:///storage/emulated/0/Android/data/com.ionicframework.starter/cache/1406641720981.jpg",
target: "https://test_underscores.s3.amazonaws.com", http_status: null, body:
null}
> code 3 error when uploading to URL with underscores
> ---------------------------------------------------
>
> Key: CB-7215
> URL: https://issues.apache.org/jira/browse/CB-7215
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin File Transfer
> Affects Versions: 3.5.0
> Environment: Android 4.4
> Reporter: Alex Kuz
>
> On ft.upload to url with underscores, like "test_underscores.s3.amazonaws.com"
> File Transfer plugin throws
> {code:javascript}
> FileTransferError {code: 3, source:
> "file:///storage/emulated/0/Android/data/com.ionicframework.starter/cache/1406641720981.jpg",
> target: "https://test_underscores.s3.amazonaws.com", http_status: null,
> body: null}
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)