catch broken base64 in avatars
This commit is contained in:
parent
51a2645349
commit
d7b3060fc8
|
@ -358,11 +358,7 @@ public class FileBackend {
|
|||
file.delete();
|
||||
return false;
|
||||
}
|
||||
} catch (FileNotFoundException e) {
|
||||
return false;
|
||||
} catch (IOException e) {
|
||||
return false;
|
||||
} catch (NoSuchAlgorithmException e) {
|
||||
} catch (IllegalArgumentException | IOException | NoSuchAlgorithmException e) {
|
||||
return false;
|
||||
} finally {
|
||||
close(os);
|
||||
|
|
Loading…
Reference in a new issue