[GitHub] httpcore issue #42: add a provider parameter in SSLContextBuilder In 4.4.x b...

2017-04-03 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcore/pull/42 I applied the patch to 4.4.x. Thank you! --- 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 featu

[jira] [Updated] (HTTPCORE-450) Add a Provider parameter in SSLContextBuilder

2017-04-03 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated HTTPCORE-450: -- Fix Version/s: 4.4.7 > Add a Provider parameter in SSLContextBuilder > ---

[jira] [Commented] (HTTPCORE-450) Add a Provider parameter in SSLContextBuilder

2017-04-03 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954240#comment-15954240 ] Gary Gregory commented on HTTPCORE-450: --- Closes #42. > Add a Provider parameter i

[GitHub] httpclient issue #73: trunk

2017-04-03 Thread github-viktor
Github user github-viktor commented on the issue: https://github.com/apache/httpclient/pull/73 Thx! When is next release planed for 4.5.4 ? --- 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

Re: org.apache.http.protocol.HttpCoreContext.getAttribute(String, Class)

2017-04-03 Thread Gary Gregory
And no need to pull up HttpCoreContext.getAttribute(String, Class) to HttpContext! Gary On Mon, Apr 3, 2017 at 12:09 PM, Gary Gregory wrote: > On Mon, Apr 3, 2017 at 9:15 AM, Oleg Kalnichevski > wrote: > >> On Sun, 2017-04-02 at 16:14 -0700, Gary Gregory wrote: >> > On Sat, Apr 1, 2017 at 10:1

Re: org.apache.http.protocol.HttpCoreContext.getAttribute(String, Class)

2017-04-03 Thread Gary Gregory
On Mon, Apr 3, 2017 at 9:15 AM, Oleg Kalnichevski wrote: > On Sun, 2017-04-02 at 16:14 -0700, Gary Gregory wrote: > > On Sat, Apr 1, 2017 at 10:19 AM, Oleg Kalnichevski > > wrote: > > > > > On Fri, 2017-03-31 at 16:34 -0700, Gary Gregory wrote: > > > > I am always casting when I call HttpContext

[GitHub] httpclient issue #73: trunk

2017-04-03 Thread ok2c
Github user ok2c commented on the issue: https://github.com/apache/httpclient/pull/73 Committed to SVN trunk, 4.5.x branch and 4.6.x branch. Please review and close. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

[jira] [Resolved] (HTTPCLIENT-1837) HttpClient-Win: Move WinHttpClients to subpackage

2017-04-03 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-1837. --- Resolution: Fixed Committed to SVN 4.6.x. Please review and close. Oleg

Re: org.apache.http.protocol.HttpCoreContext.getAttribute(String, Class)

2017-04-03 Thread Oleg Kalnichevski
On Sun, 2017-04-02 at 16:14 -0700, Gary Gregory wrote: > On Sat, Apr 1, 2017 at 10:19 AM, Oleg Kalnichevski > wrote: > > > On Fri, 2017-03-31 at 16:34 -0700, Gary Gregory wrote: > > > I am always casting when I call HttpContext.getAttribute(String) > > > for > > > well-known keys defined HttpCore

Re: SocketConfig (v5)

2017-04-03 Thread Oleg Kalnichevski
On Sun, 2017-04-02 at 15:07 -0700, Gary Gregory wrote: > On Thu, Feb 16, 2017 at 6:47 AM, sebb wrote: > ... > > > So now yes, I can see a reason for a Timeout subclass. > > I can see in the code (e.g. > org.apache.hc.core5.http.HttpConnection.getSocketTimeout()) where > timeouts > with values

[jira] [Updated] (HTTPCLIENT-1837) HttpClient-Win: Move WinHttpClients to subpackage

2017-04-03 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-1837: -- Priority: Minor (was: Major) Fix Version/s: 4.6 Alpha1 Issu

[jira] [Updated] (HTTPCLIENT-1837) HttpClient-Win: Move WinHttpClients to subpackage

2017-04-03 Thread Carsten Reckord (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Reckord updated HTTPCLIENT-1837: Description: Please move org.apache.http.impl.client.WinHttpClients to a separa

[jira] [Created] (HTTPCLIENT-1837) HttpClient-Win: Move WinHttpClients to subpackage

2017-04-03 Thread Carsten Reckord (JIRA)
Carsten Reckord created HTTPCLIENT-1837: --- Summary: HttpClient-Win: Move WinHttpClients to subpackage Key: HTTPCLIENT-1837 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1837 Project: HttpC

[GitHub] httpcore issue #42: add a provider parameter in SSLContextBuilder In 4.4.x b...

2017-04-03 Thread lujianbo
Github user lujianbo commented on the issue: https://github.com/apache/httpcore/pull/42 @garydgregory i create a new pull request . --- 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 feat

[GitHub] httpcore pull request #42: add a provider parameter in SSLContextBuilder In ...

2017-04-03 Thread lujianbo
GitHub user lujianbo opened a pull request: https://github.com/apache/httpcore/pull/42 add a provider parameter in SSLContextBuilder In 4.4.x branch add provider support, this code come from the trunk branch. You can merge this pull request into a Git repository by running: $ g

[GitHub] httpclient pull request #73: trunk

2017-04-03 Thread github-viktor
GitHub user github-viktor opened a pull request: https://github.com/apache/httpclient/pull/73 trunk You can merge this pull request into a Git repository by running: $ git pull https://github.com/github-viktor/httpclient trunk Alternatively you can review and apply these chan