Description
From the discussion on the beehive-dev alias...
I proposed that we remove the following error-page element
from the NetUI default webapp-template web.xml file,
trunk/netui/src/webapp-template/default/WEB-INF/web.xml.
<error-page>
<error-code>500</error-code>
<location>/error.jsp</location>
</error-page>
When creating a new NetUI project from the netui-blank sample, the
web.xml contains the above entry.
This error JSP is designed to output NetUI related errors when encountering a response error code 500 error. However, any 500
response error (whether it is NetUI related or not) will forward
to this error page. In this case the error page is displayed
with an empty stack trace resulting in an empty "NetUI Error"
page.