Uploaded image for project: 'Harmony'
  1. Harmony
  2. HARMONY-6495

[java6][classlib][luni] File.canExecute throws SecurityException when file doesn't have read permission

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 6.0M1
    • 6.0M2
    • Classlib
    • None
    • Patch Available
    • Novice

    Description

      Executing file.canExecute with a security policy that grants the file execute permission throws a security exception that the file does not have read permission:

      java.security.AccessControlException: Access denied (java.io.FilePermission /tmp/harmony-test-FileTest/executeFile read)
      at java.security.AccessController.checkPermission(AccessController.java:95)
      at java.lang.SecurityManager.checkPermission(SecurityManager.java:862)
      at java.lang.SecurityManager.checkRead(SecurityManager.java:480)
      at java.io.File.exists(File.java:446)
      at java.io.File.canExecute(File.java:1702)

      According to the spec, a security exception should be thrown only when SecurityManager.checkExec denies access.

      Attachments

        1. 6495.patch
          11 kB
          Catherine Hope

        Activity

          People

            regis_xu Regis Xu
            chope Catherine Hope
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: