From users-return-209175-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Tue Mar 02 22:58:08 2010 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 92042 invoked from network); 2 Mar 2010 22:58:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Mar 2010 22:58:08 -0000 Received: (qmail 60841 invoked by uid 500); 2 Mar 2010 22:58:00 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 60659 invoked by uid 500); 2 Mar 2010 22:58:00 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 60650 invoked by uid 99); 2 Mar 2010 22:58:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Mar 2010 22:58:00 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [76.96.59.212] (HELO qmta14.westchester.pa.mail.comcast.net) (76.96.59.212) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Mar 2010 22:57:50 +0000 Received: from omta16.westchester.pa.mail.comcast.net ([76.96.62.88]) by qmta14.westchester.pa.mail.comcast.net with comcast id oCHN1d0081uE5Es5ENxWHh; Tue, 02 Mar 2010 22:57:30 +0000 Received: from [192.168.1.202] ([98.218.200.175]) by omta16.westchester.pa.mail.comcast.net with comcast id oP0Q1d0023nZbXm3cP0QeV; Tue, 02 Mar 2010 23:00:24 +0000 Message-ID: <4B8D97DB.2060104@christopherschultz.net> Date: Tue, 02 Mar 2010 17:57:31 -0500 From: Christopher Schultz User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: unified doXXX() References: <4B89CE2A.3000104@gmail.com> <4B8A8B17.2050200@pidster.com> <4B8B744C.9080608@gmail.com> <4B8BA461.10906@apache.org> <4B8CB569.3070507@gmail.com> <4B8D5384.3060400@christopherschultz.net> <4B8D6511.3070104@gmail.com> <4B8D78A6.7010001@christopherschultz.net> <4B8D79A4.6080604@gmail.com> <4B8D7BE0.5060601@christopherschultz.net> <4B8D7F38.9040509@gmail.com> In-Reply-To: <4B8D7F38.9040509@gmail.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Aryeh, On 3/2/2010 4:12 PM, Aryeh M. Friedman wrote: > Also forgot to mention I already refactored the servlet to use pure > hex encoding (namely we convert the entire request into a hex string > so for example a old format message of > "call=default.Session.getSession()" gets translated into > "63616c6c3d64656661756c742e53657373696f6e2e67657453657373696f6e2829" > If that string above is your entire POST request body, then it's not properly formatted. Instead, it should be: call=8347812459870132405987234985023450987 or whatever. The parameter has to have a name :) > by new format I only mean we got a query string that exceeds 1k for > the first time You'll likely to have to switch to POST for query strings that exceed 1k. Good motivation to get this working! - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkuNl9sACgkQ9CaO5/Lv0PA/TwCfTYmTmuLNR2ZMyQNd+vKKNwm+ YcMAoIWqULxZ9s2v1mZ63xAZFjhO+/CR =S8tm -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org