HttpUtils.parsePostData()

From: Jeff Ramin <ramin@xxx.com>
Date: Tue Apr 02 2002 - 08:04:13 PST

I posted a week or two ago concerning a problem I was
having with my servlets not receiving post data.

Well, I tracked down the issue to HttpUtils.parsePostData().

Code that ran fine under JRun (servlet API 2.2) did not
function under Resin 2.1 (or 2.0.5). The Hashtable returned
by parsePostData() was empty.

I see that HttpUtils has been deprecated in servlet 2.3, but
that doesn't explain this problem.

Is this a well known problem? I've worked around it by
using new methods on the ServletRequest class, but wanted
to ask if this is a bug or not.

-- 
Jeffrey Ramin
Berbee
5520 Research Park Drive   Madison, WI 53711
ramin@xxx.com
608.298.1024
Berbee...putting the E in business
Received on Tue 02 Apr 2002 08:04:13 -0800

This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:17:00 PDT