[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-2238) SecurityInterceptor not invoked for Web Service requests

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Sun Nov 11 23:06:44 EST 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-2238?page=all ]

Shane Bryzak closed JBSEAM-2238.
--------------------------------

    Resolution: Done

Fixed by creating a new interceptor (WSSecurityInterceptor) that simply extends SecurityInterceptor but has an interceptor type of server.  The web service endpoint must be a Seam component, and must use the JSR-181 @WebService annotation for the interceptor to be registered.

> SecurityInterceptor not invoked for Web Service requests
> --------------------------------------------------------
>
>                 Key: JBSEAM-2238
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2238
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: WS
>            Reporter: Shane Bryzak
>         Assigned To: Shane Bryzak
>             Fix For: 2.0.1.GA
>
>
> As the SecurityInterceptor has a type of InterceptorType.CLIENT, it is not included in the interceptor stack for the invocation context of web service requests.  We need to somehow include the SecurityInterceptor in the interceptor stack for these requests.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list