View Issue Details

IDProjectCategoryView StatusLast Update
0012472MMASynchronizationpublic2015-01-07 15:09
Reportermarek Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.1.0 
Target Version1.1.0Fixed in Version1.1.0 
Summary0012472: Wifi sync fails when name of storage contains czech characters
DescriptionWhen 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.
TagsNo tags attached.
Fixed in build363

Activities

marek

2015-01-06 22:14

developer   ~0041596

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.

marek

2015-01-07 15:09

developer   ~0041606

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.