ICEfaces
  1. ICEfaces
  2. ICE-3028

Redirect on exception handling jsp page is not working.

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7
    • Fix Version/s: 1.7.1
    • Component/s: None
    • Labels:
      None
    • Environment:
      N/A

      Description

      Following scenario for exception handling is not working:

      web.xml contains:

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

      exceptionRedirect.jsp contains:

      <% response.sendRedirect("/App/error.jspx"); %>


      NOTE: same works for

      <error-page>
                  <error-code>404</error-code>
                  <location>/exceptionRedirect.jsp</location>
       </error-page>

        Activity

        Hide
        Mircea Toma added a comment -

        Replace bridge container's body when 'text/html' content is received.

        Show
        Mircea Toma added a comment - Replace bridge container's body when 'text/html' content is received.
        Hide
        Mandeep Hayher added a comment -

        Verified successfully on Revision# 16550

        Show
        Mandeep Hayher added a comment - Verified successfully on Revision# 16550

          People

          • Assignee:
            Unassigned
            Reporter:
            Mandeep Hayher
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: