[
https://issues.apache.org/jira/browse/SYNAPSE-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13749808#comment-13749808
]
Hudson commented on SYNAPSE-873:
--------------------------------
SUCCESS: Integrated in Synapse - Trunk #4745 (See
[https://builds.apache.org/job/Synapse%20-%20Trunk/4745/])
Making it possible to use the Options object on the msgctx when mediating thru
callout mediator. Patch applied from SYNAPSE-873 with some changes (hiranya:
rev 1517408)
*
/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/CalloutMediatorFactory.java
*
/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/CalloutMediatorSerializer.java
*
/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/mediators/builtin/CalloutMediator.java
*
/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/config/xml/CalloutMediatorSerializationTest.java
> Callout mediator improvement to get NTLM working
> ------------------------------------------------
>
> Key: SYNAPSE-873
> URL: https://issues.apache.org/jira/browse/SYNAPSE-873
> Project: Synapse
> Issue Type: Improvement
> Environment: Any
> Reporter: Nandika Jayawardana
> Assignee: Hiranya Jayathilaka
> Priority: Minor
> Fix For: 3.0
>
> Attachments: callout-mediator.patch
>
>
> In order to implement an NTLM Authentication mediator within synapse, it is
> required to extract some properties from the client options. Callout
> mediator however, does not reuse the Axis2 Client options available in
> synapse message context. It is possible to reuse the existing Axis2 client
> options available in the Synapse message context when invoking the external
> service through the Callout mediator introducing a property
> initAxis2ClientOptions. When initAxis2ClientOptions is set to "false", axis2
> client options will be reused. By default, it's value is "true", so that this
> new addition does not affect any of the its current usage
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]