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
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]