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

hasAssociation fails when invoked after requestAssociation.

XMLWordPrintable

    • b06
    • generic
    • generic
    • Verified

      hasAssociation fails when invoked after requestAssociation.

      Example Code:
             String mime = "x-application/aaa";
              String [] exts = {"aaa"};
              is.removeAssociation(mime, exts);
              boolean result = is.requestAssociation(mime,exts);
      System.out.println(is.hasAssociation(mime,exts));

      TestCase:
      http://jdeploy01.india.sun.com:8080/JavawsMustangIntegTest/integrationService/RequestAssociationMimeFileExtn.jnlp

            herrick Andy Herrick (Inactive)
            rnairsunw Raghu Nair
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: