Java
Sunday, 17 January 2016
IndexOutOfBoundsException when using commons BeanUtils in Java 8
›
When migrating from Java 7 to Java 8, we noticed a strange issue with apache commons BeanUtils.populate(target, properties) method, when col...
12 comments:
Thursday, 24 December 2015
Java SSL handshake with Server Name Identification (SNI)
›
SNI (Server Name Indication) was an extension added to TLS, to support multiple digital certificates per host name on a single IP. The SNI...
24 comments:
Home
View web version