----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hello all,
I've encountered a problem that I'm tracking down. I looked in the
FAQ but didn't see it so I thought I'd post a message to see if
anyone has encountered the same.
ApacheJServ 1.1-2
RedHat Linux 6.1
When I POST a large amount of data (I haven't calculated it
exactly, but its over 1400 characters) in a parameter (say
"records"), the String that results from
request.getParameter("records") is chopped off about half way and
nulls fill the rest of the string.
I sniffed the request and the entire parameter is sent. I dumped the
request's inputstream in the service method and it looks like its all
there. So I guess the problem is where the parameter is extracted
and loaded into the parameter hashtable.
Does this sound familiar to anyone?
Thanks
Tom Jenkins DevIS (http://www.devis.com)
"During my service in the United States Congress, I took the initiative in
creating the Internet." -- Al Gore
"If Al Gore invented the internet, I invented spell check." -- Dan Quayle
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]