[
https://issues.apache.org/jira/browse/FELIX-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ulf Dittmer updated FELIX-1103:
-------------------------------
Description:
The PermissionAdmin service does not handle java.io.FilePermissions correctly
that use the special "<<<ALL FILES>>>" syntax for the path. It needs to be
special-cased in the
org.apache.felix.framework.security.util.Permissions.implies(Permission,
Bundle) method instead of being interpreted as a regular file name.
Thsi would affect Felix 1.6 as well, if that could be used with the
PermissionAdmin service (see bug Felix-1101).
was:The PermissionAdmin service does not handle java.io.FilePermissions
correctly that use the special "<<<ALL FILES>>>" syntax for the path. It needs
to be special-cased in the
org.apache.felix.framework.security.util.Permissions.implies(Permission,
Bundle) method instead of being interpreted as a regular file name.
Affects Version/s: (was: felix-1.4.0)
felix-1.6.0
> PermissionAdmin service can't handle java.ioFilePermission for "<<<ALL
> FILES>>>"
> --------------------------------------------------------------------------------
>
> Key: FELIX-1103
> URL: https://issues.apache.org/jira/browse/FELIX-1103
> Project: Felix
> Issue Type: Bug
> Components: Conditional Permission Admin, Permission Admin
> Affects Versions: felix-1.6.0
> Reporter: Ulf Dittmer
>
> The PermissionAdmin service does not handle java.io.FilePermissions correctly
> that use the special "<<<ALL FILES>>>" syntax for the path. It needs to be
> special-cased in the
> org.apache.felix.framework.security.util.Permissions.implies(Permission,
> Bundle) method instead of being interpreted as a regular file name.
> Thsi would affect Felix 1.6 as well, if that could be used with the
> PermissionAdmin service (see bug Felix-1101).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.