netty5/example
feijermu 2d714c247a Add a null check to method HttpStaticFileServerHandler.sendListing (#10040)
Motivation:

java.io.File.listFiles() may return null and cause a unexpected NPE.

Modification:

Extract a local variable from the return value of File.listFiles() and do a null check.

Result:

Fix the potential NPE.
2020-02-18 15:04:43 +01:00
..
src/main Add a null check to method HttpStaticFileServerHandler.sendListing (#10040) 2020-02-18 15:04:43 +01:00
.gitignore [#844] [#867] Add UDT transport 2013-01-07 21:06:22 +01:00
pom.xml feat(example-mqtt): new MQTT heartBeat broker and client examples (#9336) 2019-07-10 12:20:12 +02:00