Hi,

jan de vries wrote:
Hello,

I have a class which stores session specific data with
session.setAttribute(SessionState.STATE_KEY, ss);

But this contains data like (CharsetEncoder) which usage should not be interleaved by doDecode and encode.
Hmmmm. Don't you use a CharsetEncoder for sent message and CharsetDecoder for received message ?

I don't think it's necessary at all to lock something, as encoding and decoding aren't sharing anything ...

--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to