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

Leon,

Leon Rosenberg wrote:
> ApplicationHttpRequest.parseParameters isn't synchronized...
> thats probably the source of your evil.

That should not really be an issue... the real problem is that it
appears that he has two threads accessing this code at the same time
when he is only expecting one.

Sure, synchronization might "fix" the problem, but it doesn't really get
to the root of why it's happening in the first place.

Gael,
It probably won't end up showing anything, but could you catch the
IllegalStateException and add a full thread dump in the exception
handler? Then you might see what other threads are using that particular
request object. I say it probably won't help because by the time the
thread dump is done, your threads are probably out of that code anyway.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFeajl9CaO5/Lv0PARAtpQAJ4jwfiHJRw4InJIaHAPqzARZ3qvAQCeLI4C
V6u7ZA4iDNRdga+XWnnZDNk=
=ny0B
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to