[jira] [Created] (HTTPCLIENT-1765) SSLConnectionSocketFactory uses connectTimeout for read timeout

2016-09-02 Thread SATISH BURNWAL (JIRA)
SATISH BURNWAL created HTTPCLIENT-1765: -- Summary: SSLConnectionSocketFactory uses connectTimeout for read timeout Key: HTTPCLIENT-1765 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1765

[jira] [Commented] (HTTPCORE-431) Correct character encoding default for application/json

2016-09-02 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458743#comment-15458743 ] Oleg Kalnichevski commented on HTTPCORE-431: Hi Paul HttpComponents are meant be content

[jira] [Commented] (HTTPCORE-431) Correct character encoding default for application/json

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458269#comment-15458269 ] ASF GitHub Bot commented on HTTPCORE-431: - Github user hirthwork commented on the issue:

[GitHub] httpcore issue #30: HTTPCORE-431 Fix EntityUtils encoding for application/js...

2016-09-02 Thread hirthwork
Github user hirthwork commented on the issue: https://github.com/apache/httpcore/pull/30 1. This code makes no distinction between BE and LE encodings described in [rfc4627](https://tools.ietf.org/html/rfc4627#section-3). 2.

[jira] [Commented] (HTTPCORE-431) Correct character encoding default for application/json

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458184#comment-15458184 ] ASF GitHub Bot commented on HTTPCORE-431: - Github user pauldraper commented on a diff in the

[GitHub] httpcore pull request #30: HTTPCORE-431 Fix EntityUtils encoding for applica...

2016-09-02 Thread pauldraper
Github user pauldraper commented on a diff in the pull request: https://github.com/apache/httpcore/pull/30#discussion_r77326982 --- Diff: httpcore/src/main/java/org/apache/http/Consts.java --- @@ -42,6 +42,8 @@ public static final int HT = 9; // public

[jira] [Commented] (HTTPCORE-431) Correct character encoding default for application/json

2016-09-02 Thread Paul Draper (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458171#comment-15458171 ] Paul Draper commented on HTTPCORE-431: -- GitHub pull request:

[jira] [Commented] (HTTPCORE-431) Correct character encoding default for application/json

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458142#comment-15458142 ] ASF GitHub Bot commented on HTTPCORE-431: - GitHub user pauldraper opened a pull request:

[GitHub] httpcore pull request #30: HTTPCORE-431 Correct default encoding for applica...

2016-09-02 Thread pauldraper
GitHub user pauldraper opened a pull request: https://github.com/apache/httpcore/pull/30 HTTPCORE-431 Correct default encoding for application/json Auto-detect UTF encoding as described in RFC 4627/7159, including BOM handling You can merge this pull request into a Git repository

[jira] [Created] (HTTPCORE-431) Correct character encoding default for application/json

2016-09-02 Thread Paul Draper (JIRA)
Paul Draper created HTTPCORE-431: Summary: Correct character encoding default for application/json Key: HTTPCORE-431 URL: https://issues.apache.org/jira/browse/HTTPCORE-431 Project: HttpComponents