-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The common-util: Fixed dependencies on default charset
- The asenv.conf file must be UTF-8 by default - it is provided by us. - Property files are Latin1 aka ISO-8859-1 by default. - ProcessStreamDrainerWorker still uses default charset but was formatted. - XmlParserHelper was not used so I deleted it - FileUtils - Explicit usage of GC allowed here - Fixed dependencies on system default charset - added parameter - However line endings are still taken from system; it is ok for all actual usages (PEM file allows CRLF, CR, LF, pid file doesn't have line ending) and I added that to javadoc. - PayloadImpl now converts string to utf8 byte array, not system default charset - ServerDirs - local paswordfile is UTF-8 encoded, not system default charset - SSHUtil - PEM files use Latin1 and all types of line endings are allowed. - AsadminInput - still use system defaut charset. Controversial. - FileRealmHelper - Using UTF-8 Signed-off-by: David Matějček <[email protected]>
- Loading branch information
Showing
22 changed files
with
192 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.