> 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 see any way to do so via configuration, but changing the
existing code would be simple.  Look here:

org/apache/coyote/http11/filters/ChunkedOutputFilter.java

in the middle of the doWrite() method where it's filling in the
chunkLength array.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to