-
Bug
-
Resolution: Won't Do
-
Major
-
7.0.0.GA
File system operations in org.jboss.vfs.VirtualFile check for VirtualFilePermission and then execute the particular io operation which needs java.io.FilePermission if Security Manager is enabled. Because of this a user has to duplicate each permission on a deployment for both VirtualFilePermission and FilePermission.
It should be enough to check for VirtualFilePermission and execute the io operation inside of the privileged block afterwards.
- blocks
-
JBEAP-7585 [GSS] (7.0.z) Servlet does not have permissions to read parent resources when deployed in EAR
- Closed
- clones
-
JBEAP-4558 File system operations require both java.io.FilePermission and VirtualFilePermission
- Verified
- is incorporated by
-
JBEAP-10827 [GSS](7.0.z) Upgrade VFS to 3.2.12.Final-redhat-1
- Closed