[jboss-jira] [JBoss JIRA] (AS7-5732) JAX-WS call is returning Status 403 - Access to the requested resource has been denied

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Fri Oct 19 06:31:02 EDT 2012


    [ https://issues.jboss.org/browse/AS7-5732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727974#comment-12727974 ] 

Alessio Soldano edited comment on AS7-5732 at 10/19/12 6:29 AM:
----------------------------------------------------------------

On currently available AS7.1 versions, you should actually add the @DeclareRoles(...) with the selected app roles, given @PermitAll suffers from the AS7-5784 bug.
                
      was (Author: asoldano):
    On currently available AS7.1 versions, you should actually add the @DeclareRoles(...) with the selected app roles, given @PermitAll suffer from the AS7-5784 bug.
                  
> JAX-WS call is returning Status 403 - Access to the requested resource has been denied
> --------------------------------------------------------------------------------------
>
>                 Key: AS7-5732
>                 URL: https://issues.jboss.org/browse/AS7-5732
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Web Services
>            Reporter: Fernando Rubbo
>            Assignee: Alessio Soldano
>              Labels: Authentication, JAX-WS
>
> Hi
>  
> I'm facing an issue whenever a WS call (which have a security context) is being made. The problem is:
> When user/pass are not provided by the client the server respond:
>     HTTP Status 401 -This request requires HTTP authentication () 
> When user/pass are provided the server respond:
>     HTTP Status 403 - Access to the requested resource has been denied 
> In Jboss 4.2 it works as expected.
>     On other words. It make the call and authenticate the user.
>  
> I've attached two files in the forum (https://community.jboss.org/message/763547#763547). An eclipse EJB project and the standalone.xml file.
>  
> Please, fix this issue. We need this to finish our migration from JBoss 4.2 to JBoss 7

--
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