Hi, I am having _javascript_ file truncation problem with HTTPD server. I have an web application which uses the jQuery.js (v 1.4.3) and other JS
files. If i go to Tomcat server directly then this JS file load
correctly and everything works fine but if I go through HTTPD
server jquery.ja file get truncated and I will get _javascript_
error. Interestedly it always truncate the last line so I did add
the couple of line feed at the end of the file too. That doesn't
solve the problem.
|