ICEfaces
  1. ICEfaces
  2. ICE-8547

BlockingServlet simplified error response

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-1.8.2.GA_P03
    • Fix Version/s: EE-1.8.2.GA_P05
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      ICEfaces
    • Assignee Priority:
      P2
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration

      Description

      BlockingServlet.java line 70 contains the following:

                  ((HttpServletResponse) servletResponse)
                          .sendError(500, e.getMessage());

      Some applications prefer not to echo the internal details of the error. Instead, the Exception should be logged and the sendError text should be the static string "Session Expired".

        Activity

          People

          • Assignee:
            Jack Van Ooststroom
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: