ICEfaces
  1. ICEfaces
  2. ICE-3332

error-page declaration in web.xml doesn't work for specific exception types

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7.1
    • Fix Version/s: 1.7.2
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      any

      Description

      Using the standard error-page declaration in web.xml only works when a java.lang.Exception is used as exception type, like

      <error-page>
      <exception-type>java.lang.Exception</exception-type>
      <location>/error.jspx</location>
      </error-page>

      Using a specific exception, like i.e. a NullPointerException the redirect to an error page won't work anymore:

      <error-page>
      <exception-type>java.lang.NullPointerException</exception-type>
      <location>/error.jspx</location>
      </error-page>

        Issue Links

          Activity

          Ken Fyten made changes -
          Status Resolved [ 5 ] Closed [ 6 ]
          Assignee Priority P2
          Assignee Mircea Toma [ mircea.toma ]
          Ken Fyten made changes -
          Fix Version/s 1.7.2 [ 10130 ]
          Fix Version/s 1.7.2RC1 [ 10140 ]
          Ken Fyten made changes -
          Fix Version/s 1.7.2RC1 [ 10140 ]
          Fix Version/s 1.7.2 [ 10130 ]
          Mircea Toma made changes -
          Status Open [ 1 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Mircea Toma made changes -
          Link This issue duplicates ICE-1133 [ ICE-1133 ]
          Ken Fyten made changes -
          Fix Version/s 1.7.2 [ 10130 ]
          Assignee Priority P2
          Assignee Mircea Toma [ mircea.toma ]
          Michael Thiem made changes -
          Link This issue duplicates ICE-2990 [ ICE-2990 ]
          Michael Thiem made changes -
          Attachment Test_ErrorPage.zip [ 11131 ]
          Michael Thiem made changes -
          Field Original Value New Value
          Support Case References https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4984
          Michael Thiem created issue -

            People

            • Assignee:
              Unassigned
              Reporter:
              Michael Thiem
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: