-
Bug
-
Resolution: Done
-
Major
-
3.2.11.Final, 3.5.0.Alpha1
-
None
-
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
-
WFCORE-1732 Servlet does not have permissions to read parent resources when deployed in EAR
- Resolved
- is cloned by
-
JBEAP-4558 File system operations require both java.io.FilePermission and VirtualFilePermission
- Verified
- is incorporated by
-
WFCORE-1532 Upgrade VFS to 3.2.12.Final
- Resolved