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

File ccache only recognizes Linux and Solaris defaults

    XMLWordPrintable

Details

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

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: