-
Bug
-
Resolution: Done
-
Major
-
7.0.0.GA
-
None
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-971 Fix issues in tests with Security Manager
- Closed
- clones
-
JBVFS-204 File system operations require both java.io.FilePermission and VirtualFilePermission
- Resolved
- is cloned by
-
JBEAP-10828 (7.0.z) File system operations require both java.io.FilePermission and VirtualFilePermission
- Closed
- is incorporated by
-
JBEAP-4556 Upgrade VFS to 3.2.12.Final
- Verified
- relates to
-
JBEAP-7584 [GSS] (7.1.0) Servlet does not have permissions to read parent resources when deployed in EAR
- Closed