History log of /openjdk10/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/ServerImpl.java
Revision Date Author Comments
# 17062:44538ec462d4 26-Apr-2017 dfuchs

8179273: sun.net.httpserver.LeftOverInputStream should stop attempting to drain the stream when the server is stopped
Reviewed-by: chegar


# 15877:500727df5cea 19-Oct-2016 dfuchs

8157965: update httpserver logging to use java.lang.System.Logger
Summary: this patch updates the jdk.httpserver module to use System.Logger and break its dependency with the java.logging module.
Reviewed-by: rriggs, michaelm, chegar, mchung


# 14191:54fb2d67b862 18-Apr-2016 chegar

8153372: Remove sun.misc.ManagedLocalsThread from jdk.httpserver
Reviewed-by: alanb


# 13543:45ae2c3e1d52 24-Jan-2016 msheppar

8147862: Null check too late in sun.net.httpserver.ServerImpl
Reviewed-by: chegar


# 11777:4555c1fe759c 02-Apr-2015 chegar

8042322: Enhance thread contexts in networking and nio
Reviewed-by: alanb, michaelm


# 11033:f03540dec7ca 01-Dec-2014 msheppar

8066130: com.sun.net.httpserver stop() throws NullPointerException if it is not started
Summary: added null check on dispatcherThread variable in stop method
Reviewed-by: chegar


# 10974:2be709990761 15-Nov-2014 msheppar

8015692: java.net.BindException is thrown on Windows XP when HTTP server is started and stopped in the loop.
Summary: join the dispatcher thread in the ServerImpl.stop method to ensure Dispatcher is finished prior to exiting stop().
Reviewed-by: chegar


# 10444:f08705540498 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com