itsreallylit

Results 2 comments of itsreallylit

How about creating a properties file that lists the disabled ciphers and TLSv1? https://stackoverflow.com/questions/41181696/disabling-tlsv1-0-in-java8 If the properties file approach is acceptable, what's an approved location for the properties file?

In StringBuffer::subSequence why not use: internal.substring(start, end) In the StringBuilder constructors there doesn't seem to be a reason to support String directly since a String is a CharSequence. Why not...