[jboss-jira] [JBoss JIRA] (WFLY-1901) Could not grant javax.xml.ws.WebServicePermission to a deployment

Jason Greene (JIRA) issues at jboss.org
Sun Dec 22 01:01:20 EST 2013


     [ https://issues.jboss.org/browse/WFLY-1901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Greene updated WFLY-1901:
-------------------------------

    Fix Version/s: 8.0.0.Final
                       (was: 8.0.0.CR1)

    
> Could not grant javax.xml.ws.WebServicePermission to a deployment
> -----------------------------------------------------------------
>
>                 Key: WFLY-1901
>                 URL: https://issues.jboss.org/browse/WFLY-1901
>             Project: WildFly
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Security Manager
>    Affects Versions: 8.0.0.Alpha4
>            Reporter: Alessio Soldano
>            Assignee: Stefan Guilhen
>             Fix For: 8.0.0.Final
>
>
> It's currently not possible by default to grant the javax.xml.ws.WebServicePermission "publish" permission to a user deployment by adding the proper entry in standalone.xml:
> {noformat}
>         <subsystem xmlns="urn:jboss:domain:security-manager:1.0">
>             <deployment-permissions>
>                 <minimum-set>
>                     ...
>                     <permission class="javax.xml.ws.WebServicePermission" name="publishEndpoint"/>
>                 </minimum-set>
>             </deployment-permissions>
>         </subsystem>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list