Re: Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable

2011-10-03 Thread Rajika Kumarasiri
Thanks Oleg for applying the patch. Rajika On Tue, Sep 27, 2011 at 10:32 AM, Rajika Kumarasiri wrote: > >> >> I see no reason why CoreProtocolPNames cannot be extended with >> additional parameters, which are basically static variables, and >> therefore should have no impact on binary compatibi

[jira] [Closed] (HTTPCORE-278) Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable

2011-10-02 Thread Rajika Kumarasiri (Closed) (JIRA)
der CodingErrorAction to be configurable > - > > Key: HTTPCORE-278 > URL: https://issues.apache.org/jira/browse/HTTPCORE-278 > Project: HttpComponents HttpCore > Is

[jira] [Resolved] (HTTPCORE-278) Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable

2011-10-02 Thread Oleg Kalnichevski (Resolved) (JIRA)
, Rajika, for contributing it. Oleg > Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable > - > > Key: HTTPCORE-278 > URL: https://issues.

[jira] [Commented] (HTTPCORE-278) Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable

2011-10-01 Thread Rajika Kumarasiri (Commented) (JIRA)
the changes + test cases for both I/O models. Rajika > Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable > - > > Key: HTTPCORE-278 >

[jira] [Updated] (HTTPCORE-278) Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable

2011-10-01 Thread Rajika Kumarasiri (Updated) (JIRA)
der CodingErrorAction to be configurable > - > > Key: HTTPCORE-278 > URL: https://issues.apache.org/jira/browse/HTTPCORE-278 > Project: HttpComponents HttpCore > Is

[jira] [Commented] (HTTPCORE-278) Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable

2011-09-27 Thread Rajika Kumarasiri (Commented) (JIRA)
ach a new patch with the changes + test cases. Rajika > Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable > - > > Key: HTTPCORE-278 > URL: h

[jira] [Commented] (HTTPCORE-278) Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable

2011-09-27 Thread Oleg Kalnichevski (Commented) (JIRA)
Decoder CodingErrorAction to be configurable > - > > Key: HTTPCORE-278 > URL: https://issues.apache.org/jira/browse/HTTPCORE-278 > Project: HttpComponents HttpCore

[jira] [Updated] (HTTPCORE-278) Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable

2011-09-26 Thread Rajika Kumarasiri (Updated) (JIRA)
. > Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable > - > > Key: HTTPCORE-278 > URL: https://issues.apache.org/jira/browse/HTTPCORE-278 > Proje

Re: Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable

2011-09-26 Thread Rajika Kumarasiri
> > > > I see no reason why CoreProtocolPNames cannot be extended with > additional parameters, which are basically static variables, and > therefore should have no impact on binary compatibility with previous > versions. > Ok, I attached a possible patch to the following issue. https://issues.ap

[jira] [Updated] (HTTPCORE-278) Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable

2011-09-26 Thread Rajika Kumarasiri (Updated) (JIRA)
. > Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable > - > > Key: HTTPCORE-278 > URL: https://issues.apache.org/jira/browse/HTTPCORE-278 > Proje

[jira] [Created] (HTTPCORE-278) Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable

2011-09-26 Thread Rajika Kumarasiri (Created) (JIRA)
Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable - Key: HTTPCORE-278 URL: https://issues.apache.org/jira/browse/HTTPCORE-278 Project: HttpComponents

Re: Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable

2011-09-24 Thread Oleg Kalnichevski
On Sat, 2011-09-24 at 11:52 +0530, Rajika Kumarasiri wrote: > Hello, > > Due to various character encoding complexities such as the system is > configured to receive UTF-16 and but receives UTF-8 streams etc.. following > exception throws by the httpcore library[0]. > > At this point the connecti

Making CharsetEncoder/CharsetDecoder CodingErrorAction to be configurable

2011-09-23 Thread Rajika Kumarasiri
Hello, Due to various character encoding complexities such as the system is configured to receive UTF-16 and but receives UTF-8 streams etc.. following exception throws by the httpcore library[0]. At this point the connection will be dropped. But upon receiving this kind of errors we can recover