Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Incomplete
-
1.1.0
-
None
-
None
-
Operating System: All
Platform: All
-
29155
Description
Trying to set up struts, I've got an error (on web page):
===
description The server encountered an internal error () that prevented it from
fulfilling this request.
exception
java.lang.NullPointerException
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:441)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
===
Please add some checks for null pointers and throw NullPointerException (or some
other exception) with error description. Currently I have no idea about what to
do