[jira] [Created] (SYNAPSE-873) Callout mediator improvement to get NTLM working

View: New views
2 Messages — Rating Filter:   Alert me  

[jira] [Created] (SYNAPSE-873) Callout mediator improvement to get NTLM working

by JIRA jira@apache.org :: Rate this Message:

| View Threaded | Show Only this Message

Nandika Jayawardana created SYNAPSE-873:
-------------------------------------------

             Summary: 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
            Priority: Minor


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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


[jira] [Updated] (SYNAPSE-873) Callout mediator improvement to get NTLM working

by JIRA jira@apache.org :: Rate this Message:

| View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/SYNAPSE-873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandika Jayawardana updated SYNAPSE-873:
----------------------------------------

    Attachment: callout-mediator.patch
   

> 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
>            Priority: Minor
>         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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...