SSLIOSession has:

SSLIOSession implements IOSession ...

    private final IOSession session;
...
    public Object getAttribute(final String name) {
        return this.session.getAttribute(name);
    }

So if session is actually an SSLIOSession - rather than IOSessionImpl
- it looks this will result in a recursive call.

Similarly for set().

Or have I missed something (again?!)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to