View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012472 | MMA | Synchronization | public | 2015-01-06 11:17 | 2015-01-07 15:09 |
Reporter | marek | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 1.1.0 | ||||
Target Version | 1.1.0 | Fixed in Version | 1.1.0 | ||
Summary | 0012472: Wifi sync fails when name of storage contains czech characters | ||||
Description | When storage name is created by MMA and is translated to czech language, it contains czech specific characters. These characters are not well encoded and MMW refuse connection. | ||||
Tags | No tags attached. | ||||
Fixed in build | 363 | ||||
|
The issue was in using URLConnection. It doesn't support encoding of this chars. I have to remake all http connections to HttpClient (Apache) implementation. |
|
Fixed in build 363 URLConnection was replaced by HttpClient Some optimizations were made in POST and GET methods Operations like file upload, download, metadata sync should be tested. |