remove the 500 error-page entry from NetUI default webapp-template web.xml
--------------------------------------------------------------------------

         Key: BEEHIVE-489
         URL: http://issues.apache.org/jira/browse/BEEHIVE-489
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1Beta    
    Reporter: Carlin Rogers
 Assigned to: Carlin Rogers 
    Priority: Trivial
     Fix For: V1


>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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to