users@grizzly.java.net

Re: sharing global data between filters

From: Radim Kolar SF.NET <hsn_at_sendmail.cz>
Date: Wed, 7 Nov 2007 04:31:36 +0100

> Can you explain why Context.setAttribute will not works? I suspect you want
> to add info once and keep it "forever"?

i think that every UDP packet gets its own Context object and attributes are
declared as private, not static, so data will not be shared between different
UDP packets.