Skip to content
  1. Nov 21, 2013
  2. Nov 20, 2013
  3. Nov 18, 2013
  4. Nov 17, 2013
  5. Nov 16, 2013
  6. Nov 12, 2013
  7. Nov 10, 2013
  8. Nov 06, 2013
  9. Oct 26, 2013
  10. Oct 20, 2013
  11. 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
  12. Oct 16, 2013
  13. Oct 15, 2013
  14. Oct 06, 2013
  15. Oct 05, 2013
  16. Oct 04, 2013
    • Tony Trinh's avatar
      Fix JUL logger level reset (LOGBACK-906) · 30d2f771
      Tony Trinh authored
      A NullPointerException occurred when setting a JUL logger's level to
      null, which should have reset the logger level to the parent's effective
      level. The null level was incorrectly propagated to context listeners,
      leading to the NPE.
      
      This patch propagates the logger's parent effective level.
      30d2f771
  17. Oct 03, 2013
  18. Oct 02, 2013
  19. Sep 22, 2013