Encode/Decode to/from Base64

2021 VietMX 0

As seen in this HowTo, the sun.misc.BASE64Encoder/Decoder or creating your own Base64 handling are common ways to deal with Base64 encoding/decoding.Here some alternatives which are […]

Allow user:password in URL

2021 VietMX 0

The following URL syntax is no longer supported in Internet Explorer or in Windows Explorer after you install the MS04-004 Cumulative Security Update for Internet […]

Disable DNS caching

2021 VietMX 0

JDK1.4 Once an application has performed network access (i.e. urlconnection, parsing of xml document with external references, etc), the DNS settings get cached so any […]