RFR: JDK-8147862 - Null check too late in sun.net.httpserver.ServerImpl

Chris Hegarty chris.hegarty at oracle.com
Fri Jan 22 13:46:55 UTC 2016


On 22/01/16 12:36, Mark Sheppard wrote:
> Hi
>     please oblige and review the small change
> http://cr.openjdk.java.net/~msheppar/8147862/webrev/

Thanks for fixing this Mark.  This was originally my mistake :-(

-Chris.


> to address
> https://bugs.openjdk.java.net/browse/JDK-8147862
>
> it was observed that  a null check on a SocketChannel object in
> the Disptacher.run() method within ServerImpl, should be
> earlier in the call flow.
>
> regards
> Mark


More information about the net-dev mailing list