You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Asankha C. Perera (JIRA)" <ji...@apache.org> on 2006/10/27 10:07:18 UTC

[jira] Resolved: (SYNAPSE-32) Change in the way we keep transports in proxy services

     [ http://issues.apache.org/jira/browse/SYNAPSE-32?page=all ]

Asankha C. Perera resolved SYNAPSE-32.
--------------------------------------

    Resolution: Fixed
      Assignee: Asankha C. Perera

applied the patch and committed

> Change in the way we keep transports in proxy services
> ------------------------------------------------------
>
>                 Key: SYNAPSE-32
>                 URL: http://issues.apache.org/jira/browse/SYNAPSE-32
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Ruwan Linton
>         Assigned To: Asankha C. Perera
>         Attachments: transport.patch
>
>
> Currently in proxy services we keep transports as a string; 
> For example if the synapse configuration language says like following
>   <proxy name="foo" transports="http https"></proxy>
> inside synapse we keep these two transports as a string "http https" and takenize this string when it is going to be activated.
> But I think it is better to keep this as an ArrayList of Strings. I mean as a list of transport strings..... in the ProxyService object itself.
> And also I think, it is good to introduce comma also as a delimiter in the transports attribute value in the configuration language.....

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

        

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