GitHub user StephanEwen opened a pull request:

    https://github.com/apache/flink/pull/1192

    [FLINK-2766] [core] Add proper handling for IPv6 literals in URLs

    All URLs and literals of the form `host:port` are now handled through the 
`NetUtils` class, which ensures that IPv6 address literals are properly handles 
by putting them in square brackets:
    
    `[2001:db8:10:11:12:ff00:42:8329]:1234` instead of 
`2001:db8:10:11:12:ff00:42:8329:1234`
    
    This builds on #1190 

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

    $ git pull https://github.com/StephanEwen/incubator-flink ipv6_urls

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

    https://github.com/apache/flink/pull/1192.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 #1192
    
----
commit cc0ee16363c38990e04091725b53cf7b0565a0d2
Author: Stephan Ewen <se...@apache.org>
Date:   2015-09-29T14:36:04Z

    [FLINK-2781] [core] Cleanup NetUtils.
    
      - The NetUtils class (in flink-core) contains all methods usable without 
runtime dependency
      - The runtime NetUtils class (to find connectiong addresses) is now 
called ConnectionUtil.

commit 550c4cc34b08e09c6840b4c2c285489e651f325e
Author: Stephan Ewen <se...@apache.org>
Date:   2015-09-29T15:45:06Z

    [FLINK-2766] [core] Add proper handling of IPv6 address literals in URLs

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to