003701c0039a$25cef160$0b0aa8c0@ntdomain">This is like the problem I had in which queries longer than 4K wereHi All,I am using JServ on NT as wel as Linux RH 6.1.I try to submit information from my HTML page which can be from 1000 to 7000.On NT Jserv the servlet is working very fine.On Linux the setup is as follows:Linux RedHat 6.1Apache 1.3.6JServ 1.1On linux the form is not submitted properly.It the querylength is not 4000 the form is submitted.I mean the form as large as 10K is also submitted but not one with 4K.The form is submitted to a cgi script and works very well irrespective of the length.So it is not the problem of the Web Server.Why is it behaving in this manner?Thanx in advace.Mohan
truncated to about 4K. It sounds as thought there one of those dreaded
fixed-size buffers that overflows...
When I sent a query that very long (50K) the servlet crashed even though
a conventional CGI script had no trouble processing it. When I sent a query
only slightly less than the size that caused the servlet to crash, the reply page (
which listed the fields that were submitted) came up with lots of
material from memory (i.e., non printing characters mixed with
text obvously taken from recently-viewed web pages).
This could be a major security hole!
In my system, I was using Apache 1.3.12 and JServ 1.2.2.
-- ______________________________________________________________________ | Time blows wildly against my door | Justin R. Smith Stirring discarded sorrows | Department of Mathematics and Like dead leaves of summers past | Computer Science Memories of forgotten lore | Drexel University Making way for new tomorrows | Philadelphia, PA 19104 New hopes, new fears, | and new ways that last | Office: (215) 895-1847 | c Justin R. Smith, March 14, 1994 | Fax: (215) 895-1582
My home page: http://www.mcs.drexel.edu/~jsmith