GitHub user hgadre opened a pull request:

    https://github.com/apache/lucene-solr/pull/74

    [SOLR-9444] Fix path usage for cloud backup/restore

    - Refactored code using URI.getPath() API to use URI instance
      uniformly.
    - During serialization of URI instance, used toASCIIString() API
      to generate the appropriate String representation.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hgadre/lucene-solr SOLR-9444_fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/74.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #74
    
----
commit 0acb659eacd7a7e6b76a2796bc9e75d5a815b439
Author: Hrishikesh Gadre <[email protected]>
Date:   2016-08-28T21:48:24Z

    [SOLR-9444] Fix path usage for cloud backup/restore
    
    - Refactored code using URI.getPath() API to use URI instance
      uniformly.
    - During serialization of URI instance, used toASCIIString() API
      to generate the appropriate String representation.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to