Hello together,

just a short question.
Does a single Tomcat thread handle more than one connection at a time? (kind of 
multiplexing)
Is it possible that if there are more connections at a time per thread that 
there is a bug that
a GET variable is exchanged between these connections?

An example:
I have requested a page
http://myhost.de/action=login&user=username&pass=

I send it away and because of a wrong pass Variable It returned the following
http://myhost.de/action=login&user=username&errorcode=1

I can repeat that a hundred times and sometime It returns

http://myhost.de/action=login&user=otherusername&errorcode=1

Every other ideas are welcome.

Kind Regards
Uwe


Reply via email to