to the actual behavior of Tomcat. The 3 examples you have given here
do work as expected.
On what version?
- I have a plain vanilla install of Tomcat 6.0 on a windows XP Pro machine
using the sun jdk (build 1.5.0_11-b03) I am connecting through an
HTTP1.1 connector with the default initiall configuration
via "localhost". No other servlets are deployed on this instance.
- Are the results I get from those 3 examples
"expected" ?
- If not, why do you think this might be happening?
The client is sending this minimal request:
POST /Test/ HTTP/1.1\n
Host: localhost\n
Transfer-Encoding: chunked\n
\n
... (I can read all the data uploaded just fine from the
servlet, except the read hangs and times out if I don't stop
before the "terminal" 0 chunk length chunk is encountered )
I'm really not trying to be a pain in the butt, just figure it out.
Peter K.
At 21:16 3/11/2007, you wrote:
On 3/12/07, Peter Kennard <[EMAIL PROTECTED]> wrote:
Unless dropping the first data filled chunk is defined as proper and
documented, and supported, behavior, I would consider this a bug.
As I said in my previous post, so far, none of your claims correspond
to the actual behavior of Tomcat. The 3 examples you have given here
do work as expected.
Rémy
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]