Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-489

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • V1Beta
    • v1m1
    • NetUI
    • None

    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.

      Attachments

        1. errorpage.txt
          0.5 kB
          Howard Carlin Rogers

        Activity

          People

            njantz Nathan Jantz
            crogers Howard Carlin Rogers
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: