[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://bz.apache.org/bugzilla/show_bug.cgi?id=61668

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mithunsasidharan/tomcat trunk

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tomcat/pull/83.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #83


commit 97ce35cd3b910732acef6b5a6d3ea87ae2842005
Author: Mithun Sasidharan 
Date:   2017-11-03T07:38:31Z

Bug 61668 - Possible NullPointerException in 
org.apache.coyote.http11.AbstractHttp11Protocol




---

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[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();
getSSLProtocol()
}
```


---

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org