-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mark,

On 3/4/16 3:26 AM, Mark Thomas wrote:
> On 03/03/2016 22:18, rails wrote:
>> I have a weird behavior in my tomcat (7).
>> 
>> An external app sends a bunch of DELETE requests with a body to
>> my TomCat WebApp. The body is being neglected in the webapp (I
>> dont know why the app sends it, the paramters the webapp needs
>> are in the url). When the app sends about 20 request - a few are
>> being ignored by the webApp.
>> 
>> Looking at the Tomcat access logs I see the following strange
>> thing. Right after the delete (line 2) The body of the delete is
>> concatenated to the next request as a prefix(line 3).
> 
> You need to use something like Wireshark to confirm that the
> requests being sent are spec compliant. If they are, you could have
> hit a Tomcat bug and we'll need the simplest possible test case you
> can put put together to demonstrate the issue.

Even if the messages are NOT spec-compliant, Tomcat shouldn't treat
one request as two. (Unless the pipelined message is so mangled that
the client really is making more than one request on a single connection
.)

- -chris
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlbZzIAACgkQ9CaO5/Lv0PAghQCcDabSaI6RdCwQuHETrpxICHWZ
tWoAmwcl6EhwFHWzluEwHvYxRT1UX0yC
=xVYr
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to