Skip to content
  1. Nov 24, 2013
  2. Nov 22, 2013
  3. Nov 21, 2013
  4. Nov 20, 2013
  5. Nov 18, 2013
  6. Nov 17, 2013
  7. Nov 16, 2013
  8. Nov 12, 2013
  9. Nov 10, 2013
  10. Nov 06, 2013
  11. Oct 26, 2013
  12. Oct 20, 2013
  13. Oct 19, 2013
    • Richard Fearn's avatar
      LOGBACK-350 Prevent SocketNode constructor blocking due to lack of data from client · c9291b79
      Richard Fearn authored
      The constructor creates an ObjectInputStream, and this blocks until the stream
      header is received from the client.
      
      If the client doesn't send a stream header, construction of the SocketNode will
      hang, preventing SimpleSocketServer from accepting new clients.
      
      This change moves the construction of the ObjectInputStream into
      SocketNode.run. As SimpleSocketServer runs this method in a new thread, a rogue
      client won't prevent subsequent ones being able to connect.
      c9291b79
    • Norbert Kenderesi's avatar
      Fixed issue "Failed to instantiate LoggerContext" because of "... · 959291a5
      Norbert Kenderesi authored
      Fixed issue "Failed to instantiate LoggerContext" because of " java.lang.SecurityException: AccessController.checkPermission is unsupported." (LOGBACK-760) using the solution provided in the comment by ori.
      959291a5
  14. Oct 16, 2013
  15. Oct 15, 2013
  16. Oct 06, 2013
  17. Oct 05, 2013