Re: Problem with Transfer-Encoding

2014-07-09 Thread Terence M. Bandoian
On 7/8/2014 2:52 AM, Konstantin Kolinko wrote: 2014-07-07 21:07 GMT+04:00 Terence M. Bandoian : On 7/5/2014 6:36 PM, André Warnier wrote: I agree with André about the difficulties of debugging character encodings. A couple of things you might check are the character encodings of the page and th

Re: Problem with Transfer-Encoding

2014-07-08 Thread André Warnier
Konstantin Kolinko wrote: 2014-07-07 21:07 GMT+04:00 Terence M. Bandoian : On 7/5/2014 6:36 PM, André Warnier wrote: I agree with André about the difficulties of debugging character encodings. A couple of things you might check are the character encodings of the page and the form. The characte

Re: Problem with Transfer-Encoding

2014-07-08 Thread Konstantin Kolinko
2014-07-07 21:07 GMT+04:00 Terence M. Bandoian : > On 7/5/2014 6:36 PM, André Warnier wrote: >> > > > I agree with André about the difficulties of debugging character encodings. > A couple of things you might check are the character encodings of the page > and the form. The character encoding of t

Re: Problem with Transfer-Encoding

2014-07-07 Thread Sushil Prusty
Hello Users Thanks for all your various input. Terence :- Yes you found the root cause of the issue ,I did same changes in my jsp page and it's worked fine. I was confused with FIREBUG tool but after using HTTPFOX tool it showed me what value going from my browser. Thanks user for your time.

Re: Problem with Transfer-Encoding

2014-07-07 Thread Terence M. Bandoian
On 7/5/2014 6:36 PM, André Warnier wrote: Sushil Prusty wrote: Dear User Thanks for you input. You're welcome. First, a foreword : I will try my best to help you, but doing this is very difficult, and doing it via email is even more difficult. I was not kidding when I wrote earlier that even

Re: Problem with Transfer-Encoding

2014-07-05 Thread André Warnier
Sushil Prusty wrote: Dear User Thanks for you input. You're welcome. First, a foreword : I will try my best to help you, but doing this is very difficult, and doing it via email is even more difficult. I was not kidding when I wrote earlier that even looking at the data may make it change.

Re: Problem with Transfer-Encoding

2014-07-05 Thread Sushil Prusty
Dear User Thanks for you input. I just debugged using HttpFox here is below you find header (Request-Line)POST /test/testUserEditAction.do?dojoIframeSend=true HTTP/1.1 Host** User-AgentMozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko/20100101 Firefox/30.0 Accept

Re: Problem with Transfer-Encoding

2014-07-05 Thread André Warnier
Konstantin Kolinko wrote: 2014-07-05 9:24 GMT+04:00 Sushil Prusty : Hello, summary of my Problem: When a client POSTs Tranfer-Encoding data using browser , my server is not processing the request character encoding properly . I send the following request: Content-Type text/html;charset=UTF

Re: Problem with Transfer-Encoding

2014-07-05 Thread Konstantin Kolinko
2014-07-05 9:24 GMT+04:00 Sushil Prusty : > Hello, > > summary of my Problem: > > When a client POSTs Tranfer-Encoding data using browser , > my server is not processing the request character encoding properly . > > > I send the following request: > Content-Type text/html;charset=UTF-8 > Date Sat

Problem with Transfer-Encoding

2014-07-04 Thread Sushil Prusty
Hello, summary of my Problem: When a client POSTs Tranfer-Encoding data using browser , my server is not processing the request character encoding properly . I send the following request: Content-Type text/html;charset=UTF-8 Date Sat, 05 Jul 2014 05:10:09 GMT Server Apache-Coyote/1.1 Transfer

Re: Problem with Transfer-Encoding: chunked (and AJP?)

2014-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Björn, On 6/27/14, 4:12 AM, Björn Höfling wrote: > Hi, > > On 06/23/2014 04:27 PM, Christopher Schultz wrote: >> Björn, > >> On 6/23/14, 7:52 AM, Björn Höfling wrote: >>> Hi Mark, > >>> On 06/20/2014 02:07 PM, Mark Thomas wrote: On 20/06/201

Re: Problem with Transfer-Encoding: chunked (and AJP?)

2014-06-27 Thread Björn Höfling
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 06/23/2014 04:27 PM, Christopher Schultz wrote: > Björn, > > On 6/23/14, 7:52 AM, Björn Höfling wrote: >> Hi Mark, > >> On 06/20/2014 02:07 PM, Mark Thomas wrote: >>> On 20/06/2014 11:58, Björn Höfling wrote: Hello, summary of

Re: Problem with Transfer-Encoding: chunked (and AJP?)

2014-06-23 Thread Konstantin Kolinko
2014-06-23 18:27 GMT+04:00 Christopher Schultz : >> >> Thanks for the hint. Should have thought of it before asking the >> list! Updating takes some time, I will provide feedback when all is >> done. > > $ tar xzf /path/to/tomcat-...tar.gz > $ $CATALINA_HOME/bin/catalina.sh stop > $ export CATALINA

Re: Problem with Transfer-Encoding: chunked (and AJP?)

2014-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Björn, On 6/23/14, 7:52 AM, Björn Höfling wrote: > Hi Mark, > > On 06/20/2014 02:07 PM, Mark Thomas wrote: >> On 20/06/2014 11:58, Björn Höfling wrote: >>> Hello, >>> >>> summary of my Problem: >>> >>> When a client POSTs with Tranfer-Encoding:ch

Re: Problem with Transfer-Encoding: chunked (and AJP?)

2014-06-23 Thread Björn Höfling
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mark, On 06/20/2014 02:07 PM, Mark Thomas wrote: > On 20/06/2014 11:58, Björn Höfling wrote: >> Hello, >> >> summary of my Problem: >> >> When a client POSTs with Tranfer-Encoding:chunked, my server is >> not processing the request. >> >> Full d

Re: Problem with Transfer-Encoding: chunked (and AJP?)

2014-06-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Markus, On 6/20/14, 7:30 AM, Markus Dörschmidt wrote: > Hi Björn, > > I think, the problem is the content-type, you're using. It is set > to "text/xml", but you don't send correct XML. The error messages > seems also to be sent by some SOAP framewo

Re: Problem with Transfer-Encoding: chunked (and AJP?)

2014-06-20 Thread Mark Thomas
On 20/06/2014 11:58, Björn Höfling wrote: > Hello, > > summary of my Problem: > > When a client POSTs with Tranfer-Encoding:chunked, my server is not > processing the request. > > Full details: > > I have an Apache 2.2.10 connected via AJP to a Tomcat 8.0.3 (Java > 1.7.x) or Tomcat 6.0.18 (Jav

Re: Problem with Transfer-Encoding: chunked (and AJP?)

2014-06-20 Thread Markus Dörschmidt
Hi Björn, I think, the problem is the content-type, you're using. It is set to "text/xml", but you don't send correct XML. The error messages seems also to be sent by some SOAP framework. Try sending some correct XML data. Best regards, Markus Am 20.06.2014 12:58, schrieb Björn Höfling:

Problem with Transfer-Encoding: chunked (and AJP?)

2014-06-20 Thread Björn Höfling
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, summary of my Problem: When a client POSTs with Tranfer-Encoding:chunked, my server is not processing the request. Full details: I have an Apache 2.2.10 connected via AJP to a Tomcat 8.0.3 (Java 1.7.x) or Tomcat 6.0.18 (Java 1.6.x) (I change