]> git.ipfire.org Git - thirdparty/strongswan.git/commit
android: Throw an exception if UUID can't get parsed
authorTobias Brunner <tobias@strongswan.org>
Mon, 19 Oct 2020 15:52:15 +0000 (17:52 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 29 Oct 2020 09:57:07 +0000 (10:57 +0100)
commitec317c29cad40cd8a6f505ba427e2493c1e4898a
tree7e9796ca20839beff69946a7f12b9c27681b9cff
parent80337f4f9d3d189b05b171db7f1d57a08cbfc7fa
android: Throw an exception if UUID can't get parsed

The parser is quite picky and e.g. doesn't accept UUIDs without dashes.
Even without a specific error, this at least points the users into the
right direction.

Fixes #3583.
src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileImportActivity.java