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?!)
AFAIK the 'session' variable field in SSLIOSession always will hold an instance of IOSessionImpl ..

cheers
asankha





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to