-
Bug
-
Resolution: Fixed
-
P3
-
None
-
None
-
b28
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056465 | emb-9 | Weijun Wang | P3 | Resolved | Fixed | master |
JDK-8063804 | 8u45 | Weijun Wang | P3 | Resolved | Fixed | b01 |
JDK-8055724 | 8u40 | Weijun Wang | P3 | Resolved | Fixed | b04 |
JDK-8070075 | emb-8u47 | Weijun Wang | P3 | Resolved | Fixed | team |
JDK-8072271 | 7u85 | Weijun Wang | P3 | Resolved | Fixed | b01 |
JDK-8055727 | 7u80 | Mala Bankal | P3 | Resolved | Fixed | b03 |
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.
if (osname.startsWith("SunOS") ||
(osname.startsWith("Linux"))) {
This is not correct. It should apply to all Unix-like systems.
- backported by
-
JDK-8055724 File ccache only recognizes Linux and Solaris defaults
-
- Resolved
-
-
JDK-8055727 File ccache only recognizes Linux and Solaris defaults
-
- Resolved
-
-
JDK-8056465 File ccache only recognizes Linux and Solaris defaults
-
- Resolved
-
-
JDK-8063804 File ccache only recognizes Linux and Solaris defaults
-
- Resolved
-
-
JDK-8070075 File ccache only recognizes Linux and Solaris defaults
-
- Resolved
-
-
JDK-8072271 File ccache only recognizes Linux and Solaris defaults
-
- Resolved
-
(1 backported by)