Hi Chunk,
I saw it, thank u very much!
-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: Friday, February 29, 2008 2:55 PM
To: Tomcat Users List
Subject: RE: Zero-pad the chunk length which generated by tomcat
automatically
> From: Hanks Wang (han
> From: Hanks Wang (hanwan) [mailto:[EMAIL PROTECTED]
> Subject: RE: Zero-pad the chunk length which generated by
> tomcat automatically
>
> So all I want to know is whether I can use some way to zero-pad the
> chunk-length which generated by tomcat.
I don't s
o-pad the chunk length which generated by tomcat
automatically
> From: Hanks Wang (hanwan) [mailto:[EMAIL PROTECTED]
> Subject: Zero-pad the chunk length which generated by tomcat
> automatically
>
> In real world, the chunk-size will be "zero-pad" until 8 bytes.
Where i
> From: Hanks Wang (hanwan) [mailto:[EMAIL PROTECTED]
> Subject: Zero-pad the chunk length which generated by tomcat
> automatically
>
> In real world, the chunk-size will be "zero-pad" until 8 bytes.
Where in the HTTP RFC do you find any requirement to zero-fill the
Hi Filip,
Seems the method still has a problem:
In real world, the chunk-size will be "zero-pad" until 8 bytes.
For example: if I have a chunk which length is 20(HEX),
The chunk-length should be : 0020
But the chunk-length generated by tomcat is 20.
Is it possible to make tomcat zero-pad