mirror of
https://github.com/google/nomulus.git
synced 2025-08-02 07:52:11 +02:00
Don't use Files.copy() when decrypting to stdout
Files.copy() attempts to delete the file if it already exists, which obviously won't work very well for /dev/stdout. Instead copy directly from the decoder to standard output. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=228384575
This commit is contained in:
parent
04a495bc99
commit
9e0b675275
5 changed files with 47 additions and 3 deletions
|
@ -65,6 +65,7 @@ java_library(
|
|||
"//java/google/registry/whois",
|
||||
"//java/google/registry/xjc",
|
||||
"//java/google/registry/xml",
|
||||
"//third_party/java/jakarta_commons_io",
|
||||
"//third_party/jaxb",
|
||||
"//third_party/objectify:objectify-v4_1",
|
||||
"@com_beust_jcommander",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue