Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
If the servlet is called without specifying any parameter a NPE is thrown:
java.lang.NullPointerException
org.apache.uima.simpleserver.servlet.SimpleServerServlet.analyze(SimpleServerServlet.java:187)
org.apache.uima.simpleserver.servlet.SimpleServerServlet.doGet(SimpleServerServlet.java:159)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
I think this case should be covered so that no exception is thrown.