You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Stefan Vladov (JIRA)" <ji...@apache.org> on 2008/09/26 11:45:46 UTC

[jira] Created: (AXIS2-4049) Modules not engaged at message level.

Modules not engaged at message level.
-------------------------------------

                 Key: AXIS2-4049
                 URL: https://issues.apache.org/jira/browse/AXIS2-4049
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.4.1
         Environment: any
            Reporter: Stefan Vladov
             Fix For: 1.4.1


The method org.apache.axis2.context.MessageContext#isEngaged(String moduleName) only checks whether the module defined by the given name has been engaged at the global axis configuration, axis service group, axis service or axis operation levels but does not check the axis message. Thus if a policy is applied on the message level and, say as a result rampart is engaged, the isEngaged check will actually return FALSE and the RampartSender handler won't be executed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-4049) Modules not engaged at message level.

Posted by "Stefan Vladov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Vladov updated AXIS2-4049:
---------------------------------

     Affects Version/s: 1.5
    Remaining Estimate: 0.02h
     Original Estimate: 0.02h

> Modules not engaged at message level.
> -------------------------------------
>
>                 Key: AXIS2-4049
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4049
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.5, 1.4.1
>         Environment: any
>            Reporter: Stefan Vladov
>             Fix For: 1.4.1
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> The method org.apache.axis2.context.MessageContext#isEngaged(String moduleName) only checks whether the module defined by the given name has been engaged at the global axis configuration, axis service group, axis service or axis operation levels but does not check the axis message. Thus if a policy is applied on the message level and, say as a result rampart is engaged, the isEngaged check will actually return FALSE and the RampartSender handler won't be executed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AXIS2-4049) Modules not engaged at message level.

Posted by "Stefan Vladov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Vladov updated AXIS2-4049:
---------------------------------

    Attachment: axis2-msgContext-isEngaged.patch

> Modules not engaged at message level.
> -------------------------------------
>
>                 Key: AXIS2-4049
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4049
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.5, 1.4.1
>         Environment: any
>            Reporter: Stefan Vladov
>             Fix For: 1.4.1
>
>         Attachments: axis2-msgContext-isEngaged.patch
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> The method org.apache.axis2.context.MessageContext#isEngaged(String moduleName) only checks whether the module defined by the given name has been engaged at the global axis configuration, axis service group, axis service or axis operation levels but does not check the axis message. Thus if a policy is applied on the message level and, say as a result rampart is engaged, the isEngaged check will actually return FALSE and the RampartSender handler won't be executed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.