[GitHub] tomcat pull request #83: Bug 61668 - Possible NullPointerException in org.ap...

2017-11-03 Thread mithunsasidharan
GitHub user mithunsasidharan opened a pull request: https://github.com/apache/tomcat/pull/83 Bug 61668 - Possible NullPointerException in org.apache.coyote.http11… Bug 61668 - Possible NullPointerException in org.apache.coyote.http11.AbstractHttp11Protocol https

[GitHub] tomcat issue #83: Bug 61668 - Possible NullPointerException in AbstractHttp1...

2017-11-03 Thread mithunsasidharan
Github user mithunsasidharan commented on the issue: https://github.com/apache/tomcat/pull/83 @markt-asf : Can I just call `getSSLProtocol()` from within `getSslEnabledProtocols()` ? ``` public String getSslEnabledProtocols() { registerDefaultSSLHostConfig