The bug of incomplete HTML content in Mozilla
Author
Zhou Renjian
Create@
2004-10-25 14:00
It seems that the Resin out the HTML in GB2312 encoding and return the content-length of the GB2312 string. But as Mozilla do not correctly decode the GB2312 string (The each Chinese charactor is treated as two char), and then the length of the content is incorrect.
Just suspect such things without proof.