[jira] [Commented] (HTTPCLIENT-1720) secure cookies are not being sent to host:443 requests!

2016-02-15 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15147638#comment-15147638 ] Oleg Kalnichevski commented on HTTPCLIENT-1720: --- Please provide a test case reproducing

[jira] [Created] (HTTPCLIENT-1720) secure cookies are not being sent to host:443 requests!

2016-02-15 Thread praveen (JIRA)
praveen created HTTPCLIENT-1720: --- Summary: secure cookies are not being sent to host:443 requests! Key: HTTPCLIENT-1720 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1720 Project: HttpComponents

[GitHub] httpcore pull request: Fix race condition in org.apache.http.nio.p...

2016-02-15 Thread ok2c
Github user ok2c commented on the pull request: https://github.com/apache/httpcore/pull/21#issuecomment-184235584 Wonderful. I'll commit the fix to the ASF repository once I get your confirmation. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] httpcore pull request: Fix race condition in org.apache.http.nio.p...

2016-02-15 Thread hirthwork
Github user hirthwork commented on the pull request: https://github.com/apache/httpcore/pull/21#issuecomment-184234519 Yeah, I've seen 4c5947e4913c983b905d9d79db123a5b900a8b9a during race condition investigation, it was a very useful for me. Your patch seems pretty valid for me,

[jira] [Commented] (HTTPCLIENT-1718) OSGiCredentialsProvider.java compares the Authscope by .equals() instead of .match()

2016-02-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15147415#comment-15147415 ] ASF GitHub Bot commented on HTTPCLIENT-1718: Github user ok2c commented on the pull

[GitHub] httpclient pull request: HTTPCLIENT-1718 and HTTPCLIENT-1719 chang...

2016-02-15 Thread ok2c
Github user ok2c commented on the pull request: https://github.com/apache/httpclient/pull/46#issuecomment-184230864 @enenum Essentially, I should only merge 8ac1fe5? Please confirm. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[jira] [Commented] (HTTPCLIENT-1718) OSGiCredentialsProvider.java compares the Authscope by .equals() instead of .match()

2016-02-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15147410#comment-15147410 ] ASF GitHub Bot commented on HTTPCLIENT-1718: Github user ok2c commented on the pull

[GitHub] httpcore pull request: Fix race condition in org.apache.http.nio.p...

2016-02-15 Thread ok2c
Github user ok2c commented on the pull request: https://github.com/apache/httpcore/pull/21#issuecomment-184227762 Dmitry, Curiously enough I had to fix a very similar race condition not that long ago. See 4c5947e4913c983b905d9d79db123a5b900a8b9a. Would you be OK with a