- Mar 31, 2013
-
-
Carl Harris authored
Notice during copy and paste testing of the examples.
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
This is for consistency with the JDK documentation and system properties.
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
- Mar 30, 2013
-
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
These edits integrate the documentation for SSLSocketAppender with SocketAppender, taking advantage of the similarities of configuration and examples.
-
- Mar 29, 2013
-
-
Carl Harris authored
-
Carl Harris authored
-
- Mar 28, 2013
-
-
Carl Harris authored
This should make it easier to diagnose SSL negotiation problems, in particular.
-
Carl Harris authored
-
Carl Harris authored
The DEFAULT_PORT defined in SocketAppenderBase needed a public modifier to allow it to be referenced in SocketServer.
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
If the appender configuration did not specify an SSL configuration, an NPE would occur in method start when creating the SSLContext. This NPE would be trapped and logged, but subsequently the getSocketFactory method would be called and would return null, potentially causing an NPE further up the stack. The fix is to ensure that the appender always has a default SSL configuration, even if one is not specified in the Joran configuration. Unit tests for the SSLConfiguration already validate that an SSLContext can be successfully created from an SSLConfiguration that is merely instantiated, but has none of its properties configured.
-
Carl Harris authored
-
Carl Harris authored
The SSLSocketServer now allows an "ssl" element of type SSLConfiguration.
-
Carl Harris authored
Modified DefaultNestedComponentRules to include rules for SocketServer.
-
Carl Harris authored
This commit allows a SocketServer to be configured in a Joran configuration file.
-
Carl Harris authored
This commit includes the server class itself, along with unit tests.
-
Carl Harris authored
This commit includes the SocketServer, supporting classes, unit tests, and a functional test for the server itself.
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
This behavior is now documented for the method and validated with a unit test.
-
Carl Harris authored
-
Carl Harris authored
LOGBACK-818: support for SSL-enabled socket appender and server
-
- Mar 27, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
LOGBACK-796 RollingFileAppender should have error when File matches FileNamePattern
-
Ceki Gulcu authored
-
Carl Harris authored
This commit modifies appenders.html to include information about SSLSocketAppender, and adds a usingSSL.html (linked from the relevant sections of appenders.html) that describes the SSL-related configuration properties.
-
Carl Harris authored
This commit adds the new appender and modifies the JoranConfigurator to include rules for SSL configuration types.
-
Carl Harris authored
This commit adds the new server and modifies SimpleSocketServer so that its startup logic can also be applied to a SimpleSSLSocketServer.
-
Carl Harris authored
This commit adds the new appender and modifies the DefaultNestedComponent rules to include rules for SSL configuration types.
-