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

FileKeyTab.java test fails on Windows

XMLWordPrintable

    • b55
    • generic
    • generic

        The newly added FileKeyTab.java test fails on Windows because it creates a file

          server {
            com.sun.security.auth.module.Krb5LoginModule required
            principal="server/host.rabbit.hole"
            debug=true useKeyTab=true
            keyTab="file:C:\tmp\RR1\W\scratch\localkdc.ktab"
            storeKey=true;
          };

        Here the keyTab line is illegal before JAAS config file is parsed with a StreamTokenizer and "\" is treated as a escape char.

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: