-----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-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org