Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8054817

File ccache only recognizes Linux and Solaris defaults

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • None
    • security-libs
    • None

        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.

              weijun Weijun Wang
              weijun Weijun Wang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: