In FileCredentialsCache, the code that locates the default FILE: ccache is surrounded by
if (osname.startsWith("SunOS") ||
(osname.startsWith("Linux"))) {
This is not correct. It should apply to all Unix-like systems.
|