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

ClassCastException in the DefaultExceptionsHandler when handling JSP rendering exceptions on a direct call to a JSP

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.1, 1.0.2
    • V.Next
    • NetUI
    • None

    Description

      When a request is made directly to a JSP (not via a page flow) and the rendering of the JSP throws an exception, the PageFlowPageFilter will catch the exception and try to use the DefaultExceptionsHandler. However, the DefaultExceptionsHandler expects the request to be a PageFlowRequestWrapper and calls PageFlowRequestWrapper.get(). In this scenario, the request is not a PageFlowRequestWrapper so the get() method throws either an AssertException (when checking for the PageFlowRequestWrapper) or a ClassCastException when running without asserts.

      Here's an example stack trace...
      java.lang.ClassCastException: org.apache.coyote.tomcat5.CoyoteRequestFacade
      at org.apache.beehive.netui.pageflow.internal.PageFlowRequestWrapper.get(PageFlowRequestWrapper.java:60)
      at org.apache.beehive.netui.pageflow.internal.DefaultExceptionsHandler.handleException(DefaultExceptionsHandler.java:110)
      at org.apache.beehive.netui.pageflow.FlowController.handleException(FlowController.java:272)
      at org.apache.beehive.netui.pageflow.PageFlowPageFilter.handleException(PageFlowPageFilter.java:440)
      at org.apache.beehive.netui.pageflow.PageFlowPageFilter.runPage(PageFlowPageFilter.java:354)
      at org.apache.beehive.netui.pageflow.PageFlowPageFilter.doFilter(PageFlowPageFilter.java:251)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)

      Attachments

        1. j1130-repro.zip
          2 kB
          Howard Carlin Rogers

        Activity

          People

            jzhuo Julie Zhuo
            crogers Howard Carlin Rogers
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: