https://issues.apache.org/bugzilla/show_bug.cgi?id=52671

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> 2012-02-17 
00:44:47 UTC ---
For reference:
The NPE was thrown from the following code in SocketProperties, where Integer
txBufSize is null:

    public int getTxBufSize() {
        return txBufSize.intValue();
    }

MBeanDumper#dumpBeans() skips null values. It is OK to skip such NPEs as well.
The fix in 7.0.26 is r1244746

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to