[jira] [Commented] (HTTPCLIENT-1922) org.apache.http.wire package is printing sensitive information in debug

2018-05-11 Thread Vijay Jamadade (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16471950#comment-16471950 ] Vijay Jamadade commented on HTTPCLIENT-1922: Thank you Gary for your pointer. It helps.

[GitHub] httpcomponents-client issue #103: fixed incorrect connection close on shutdo...

2018-05-11 Thread ok2c
Github user ok2c commented on the issue: https://github.com/apache/httpcomponents-client/pull/103 Q2/Q3 2018 --- - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail:

[GitHub] httpcomponents-client issue #103: fixed incorrect connection close on shutdo...

2018-05-11 Thread overquota
Github user overquota commented on the issue: https://github.com/apache/httpcomponents-client/pull/103 Thank you very much! Is there any deadline for publishing version with this fix in maven repo? --- - To

[jira] [Commented] (HTTPCLIENT-1923) Not properly closing connections in BasicHttpClientConnectionManager

2018-05-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16471845#comment-16471845 ] ASF GitHub Bot commented on HTTPCLIENT-1923: Github user overquota closed the pull

[GitHub] httpcomponents-client pull request #103: fixed incorrect connection close on...

2018-05-11 Thread overquota
Github user overquota closed the pull request at: https://github.com/apache/httpcomponents-client/pull/103 --- - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org

[jira] [Resolved] (HTTPCLIENT-1923) Not properly closing connections in BasicHttpClientConnectionManager

2018-05-11 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-1923. --- Resolution: Fixed Fix Version/s: 4.6 Alpha1

[GitHub] httpcomponents-client issue #103: fixed incorrect connection close on shutdo...

2018-05-11 Thread ok2c
Github user ok2c commented on the issue: https://github.com/apache/httpcomponents-client/pull/103 @overquota Committed to 4.5.x and 4.6.x with some minor tweaks. Please review and close the PR. --- - To

[jira] [Commented] (HTTPCLIENT-1923) Not properly closing connections in BasicHttpClientConnectionManager

2018-05-11 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16471839#comment-16471839 ] ASF subversion and git services commented on HTTPCLIENT-1923: - Commit

[jira] [Commented] (HTTPCLIENT-1923) Not properly closing connections in BasicHttpClientConnectionManager

2018-05-11 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16471836#comment-16471836 ] ASF subversion and git services commented on HTTPCLIENT-1923: - Commit

[GitHub] httpcomponents-client pull request #103: fixed incorrect connection close on...

2018-05-11 Thread overquota
Github user overquota commented on a diff in the pull request: https://github.com/apache/httpcomponents-client/pull/103#discussion_r187599165 --- Diff: httpclient/src/main/java/org/apache/http/impl/conn/BasicHttpClientConnectionManager.java --- @@ -375,7 +375,7 @@ public

[GitHub] httpcomponents-client pull request #103: fixed incorrect connection close on...

2018-05-11 Thread ok2c
Github user ok2c commented on a diff in the pull request: https://github.com/apache/httpcomponents-client/pull/103#discussion_r187599055 --- Diff: httpclient/src/main/java/org/apache/http/impl/conn/BasicHttpClientConnectionManager.java --- @@ -375,7 +375,7 @@ public synchronized

REMINDER: Apache EU Roadshow 2018 schedule announced!

2018-05-11 Thread sharan
Hello Apache Supporters and Enthusiasts This is a reminder that the schedule for the Apache EU Roadshow 2018 in Berlin has been announced. http://apachecon.com/euroadshow18/schedule.html Please note that we will not be running an ApacheCon in Europe this year which means that this Apache EU

[GitHub] httpcomponents-client pull request #103: fixed incorrect connection close on...

2018-05-11 Thread ok2c
Github user ok2c commented on a diff in the pull request: https://github.com/apache/httpcomponents-client/pull/103#discussion_r187595171 --- Diff: httpclient/src/main/java/org/apache/http/impl/conn/BasicHttpClientConnectionManager.java --- @@ -375,7 +375,7 @@ public synchronized

[GitHub] httpcomponents-client pull request #103: fixed incorrect connection close on...

2018-05-11 Thread overquota
Github user overquota commented on a diff in the pull request: https://github.com/apache/httpcomponents-client/pull/103#discussion_r187594314 --- Diff: httpclient/src/main/java/org/apache/http/impl/conn/BasicHttpClientConnectionManager.java --- @@ -375,7 +375,7 @@ public

[GitHub] httpcomponents-client pull request #103: fixed incorrect connection close on...

2018-05-11 Thread ok2c
Github user ok2c commented on a diff in the pull request: https://github.com/apache/httpcomponents-client/pull/103#discussion_r187589736 --- Diff: httpclient/src/main/java/org/apache/http/impl/conn/BasicHttpClientConnectionManager.java --- @@ -375,7 +375,7 @@ public synchronized

[jira] [Commented] (HTTPCLIENT-1923) Not properly closing connections in BasicHttpClientConnectionManager

2018-05-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16471724#comment-16471724 ] ASF GitHub Bot commented on HTTPCLIENT-1923: GitHub user overquota opened a pull request:

[GitHub] httpcomponents-client pull request #103: fixed incorrect connection close on...

2018-05-11 Thread overquota
GitHub user overquota opened a pull request: https://github.com/apache/httpcomponents-client/pull/103 fixed incorrect connection close on shutdown + fixed corresponding test due to https://issues.apache.org/jira/browse/HTTPCLIENT-1923 close() method was changed due to Oleg@