commit | aa67618bf9711a45fff7d0bdf93c9d3d29bf5817 | [log] [tgz] |
---|---|---|
author | Johan Redestig <johan.redestig@sonymobile.com> | Wed Oct 03 13:33:01 2012 +0200 |
committer | Johan Redestig <johan.redestig@sonymobile.com> | Fri Oct 05 11:54:26 2012 +0200 |
tree | 3a331524ec50bfd590c8888fc66ba21babeeb879 | |
parent | 81cb2d1800a0a0aced83225f7f923b0809211001 [diff] |
Make locale safe paths getTarget was using SimpleDateFormat with the default locale to create paths. In some locales this resulted in characters that are not safe to use on all file systems. Explicitly use Locale.US to be locale safe. Change-Id: Id0d994231fa82d5695e7b0fdbae32333b9e77a6e