[GitHub] [httpcomponents-core] carterkozak commented on a change in pull request #279: HTTPCORE-616: Make parsing IPv6 ready

2021-04-05 Thread GitBox
carterkozak commented on a change in pull request #279: URL: https://github.com/apache/httpcomponents-core/pull/279#discussion_r607343557 ## File path: httpcore5/src/test/java/org/apache/hc/core5/net/TestURIAuthority.java ## @@ -220,4 +220,27 @@ public void

[GitHub] [httpcomponents-core] michael-o commented on a change in pull request #279: HTTPCORE-616: Make parsing IPv6 ready

2021-04-05 Thread GitBox
michael-o commented on a change in pull request #279: URL: https://github.com/apache/httpcomponents-core/pull/279#discussion_r607339205 ## File path: httpcore5/src/test/java/org/apache/hc/core5/net/TestURIAuthority.java ## @@ -220,4 +220,27 @@ public void

[jira] [Commented] (HTTPCORE-616) Make parsing IPv6 ready

2021-04-05 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17315062#comment-17315062 ] Carter Kozak commented on HTTPCORE-616: --- I've begun working on this here:

[jira] [Assigned] (HTTPCORE-616) Make parsing IPv6 ready

2021-04-05 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak reassigned HTTPCORE-616: - Assignee: Carter Kozak > Make parsing IPv6 ready > --- > >

[GitHub] [httpcomponents-core] carterkozak commented on a change in pull request #279: HTTPCORE-616: Make parsing IPv6 ready

2021-04-05 Thread GitBox
carterkozak commented on a change in pull request #279: URL: https://github.com/apache/httpcomponents-core/pull/279#discussion_r607292035 ## File path: httpcore5/src/test/java/org/apache/hc/core5/net/TestURIAuthority.java ## @@ -220,4 +220,27 @@ public void

[GitHub] [httpcomponents-core] carterkozak opened a new pull request #279: HTTPCORE-616: Make parsing IPv6 ready

2021-04-05 Thread GitBox
carterkozak opened a new pull request #279: URL: https://github.com/apache/httpcomponents-core/pull/279 This adds support for bracketed IPv6 host parsing to the following: * `org.apache.hc.core5.net.Host.create(String)` * `org.apache.hc.core5.net.URIAuthority.create(String)` *

[jira] [Updated] (HTTPCORE-671) URIBuilder incorrectly percent-encodes bracketed ipv6 addresses

2021-04-05 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak updated HTTPCORE-671: -- Fix Version/s: 5.2-alpha1 5.1.1 Merged into master and 5.1.x. >

[jira] [Resolved] (HTTPCORE-671) URIBuilder incorrectly percent-encodes bracketed ipv6 addresses

2021-04-05 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak resolved HTTPCORE-671. --- Resolution: Fixed > URIBuilder incorrectly percent-encodes bracketed ipv6 addresses >

[jira] [Closed] (HTTPCORE-671) URIBuilder incorrectly percent-encodes bracketed ipv6 addresses

2021-04-05 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak closed HTTPCORE-671. - > URIBuilder incorrectly percent-encodes bracketed ipv6 addresses >

[jira] [Commented] (HTTPCORE-671) URIBuilder incorrectly percent-encodes bracketed ipv6 addresses

2021-04-05 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17314934#comment-17314934 ] ASF subversion and git services commented on HTTPCORE-671: -- Commit

[jira] [Commented] (HTTPCORE-671) URIBuilder incorrectly percent-encodes bracketed ipv6 addresses

2021-04-05 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17314929#comment-17314929 ] ASF subversion and git services commented on HTTPCORE-671: -- Commit

[GitHub] [httpcomponents-core] carterkozak merged pull request #274: HTTPCORE-671: URIBuilder does not precent-encode bracketed IPv6 addre…

2021-04-05 Thread GitBox
carterkozak merged pull request #274: URL: https://github.com/apache/httpcomponents-core/pull/274 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] [httpcomponents-core] carterkozak commented on pull request #274: HTTPCORE-671: URIBuilder does not precent-encode bracketed IPv6 addre…

2021-04-05 Thread GitBox
carterkozak commented on pull request #274: URL: https://github.com/apache/httpcomponents-core/pull/274#issuecomment-813455876 Thank you for bearing with me as well, I appreciate your feedback on the change. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [httpcomponents-core] michael-o commented on pull request #274: HTTPCORE-671: URIBuilder does not precent-encode bracketed IPv6 addre…

2021-04-05 Thread GitBox
michael-o commented on pull request #274: URL: https://github.com/apache/httpcomponents-core/pull/274#issuecomment-813451723 @carterkozak Thank you for bearing with me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [httpcomponents-core] carterkozak commented on a change in pull request #274: HTTPCORE-671: URIBuilder does not precent-encode bracketed IPv6 addre…

2021-04-05 Thread GitBox
carterkozak commented on a change in pull request #274: URL: https://github.com/apache/httpcomponents-core/pull/274#discussion_r607111057 ## File path: httpcore5/src/main/java/org/apache/hc/core5/net/URIBuilder.java ## @@ -333,7 +333,12 @@ private void digestURI(final URI

[GitHub] [httpcomponents-core] carterkozak commented on a change in pull request #274: HTTPCORE-671: URIBuilder does not precent-encode bracketed IPv6 addre…

2021-04-05 Thread GitBox
carterkozak commented on a change in pull request #274: URL: https://github.com/apache/httpcomponents-core/pull/274#discussion_r607110871 ## File path: httpcore5/src/test/java/org/apache/hc/core5/net/TestURIBuilder.java ## @@ -813,4 +813,32 @@ public void

[GitHub] [httpcomponents-core] michael-o commented on a change in pull request #274: HTTPCORE-671: URIBuilder does not precent-encode bracketed IPv6 addre…

2021-04-05 Thread GitBox
michael-o commented on a change in pull request #274: URL: https://github.com/apache/httpcomponents-core/pull/274#discussion_r607101503 ## File path: httpcore5/src/main/java/org/apache/hc/core5/net/URIBuilder.java ## @@ -333,7 +333,12 @@ private void digestURI(final URI uri,

[GitHub] [httpcomponents-core] carterkozak commented on a change in pull request #274: HTTPCORE-671: URIBuilder does not precent-encode bracketed IPv6 addre…

2021-04-05 Thread GitBox
carterkozak commented on a change in pull request #274: URL: https://github.com/apache/httpcomponents-core/pull/274#discussion_r607103024 ## File path: httpcore5/src/main/java/org/apache/hc/core5/net/URIBuilder.java ## @@ -333,7 +333,12 @@ private void digestURI(final URI

[GitHub] [httpcomponents-core] michael-o commented on a change in pull request #274: HTTPCORE-671: URIBuilder does not precent-encode bracketed IPv6 addre…

2021-04-05 Thread GitBox
michael-o commented on a change in pull request #274: URL: https://github.com/apache/httpcomponents-core/pull/274#discussion_r607101503 ## File path: httpcore5/src/main/java/org/apache/hc/core5/net/URIBuilder.java ## @@ -333,7 +333,12 @@ private void digestURI(final URI uri,

[GitHub] [httpcomponents-core] carterkozak commented on a change in pull request #274: HTTPCORE-671: URIBuilder does not precent-encode bracketed IPv6 addre…

2021-04-05 Thread GitBox
carterkozak commented on a change in pull request #274: URL: https://github.com/apache/httpcomponents-core/pull/274#discussion_r607095304 ## File path: httpcore5/src/main/java/org/apache/hc/core5/net/URIBuilder.java ## @@ -333,7 +333,12 @@ private void digestURI(final URI

[GitHub] [httpcomponents-core] michael-o commented on a change in pull request #274: HTTPCORE-671: URIBuilder does not precent-encode bracketed IPv6 addre…

2021-04-05 Thread GitBox
michael-o commented on a change in pull request #274: URL: https://github.com/apache/httpcomponents-core/pull/274#discussion_r607035068 ## File path: httpcore5/src/main/java/org/apache/hc/core5/net/URIBuilder.java ## @@ -333,7 +333,12 @@ private void digestURI(final URI uri,