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

Edward Ribeiro updated ZOOKEEPER-1619:
--------------------------------------

    Attachment: ZOOKEEPER-1619.patch

Hi, Todd,

I am submitting a patch to address this issue in the java client. The bad news 
is that this behavior is spread through the server side too. It'll requires 
simple, but more extensive refactoring. Yet the good news is that if this patch 
I am sending gets accepted then it will pave the way to a more extensive 
fixing. ;-)

PS: See if it works, okay?
                
> Allow spaces in URL
> -------------------
>
>                 Key: ZOOKEEPER-1619
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1619
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: java client
>    Affects Versions: 3.4.5
>            Reporter: Todd Nine
>            Priority: Minor
>         Attachments: ZOOKEEPER-1619.patch
>
>
> Currently, spaces are not allowed in the url.  This format will work.
> {code}
> 10.10.1.1:2181,10.10.1.2:2181/usergrid
> {code}
> This format will not (notice the spaces around the comma)
> {code}
> 10.10.1.1:2181 , 10.10.1.2:2181/usergrid
> {code}
> Please add a trim to both the port and the hostname parsing.

--
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

Reply via email to