Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-2434

dummy request/response classes for system event listeners will break with Servlet 3.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0-alpha
    • 2.0.0-beta
    • JSR-314
    • None

    Description

      Currently the _SystemEventServletRequest and _SystemEventServletResponse classes implement ServletRequest and ServletResponse directly. There are several new methods that must be implemented in the servlet 3.0 updates of those interfaces.

      This can be resolved by changing them to extend ServletRequestWrapper and ServletResponseWrapper instead of implementing directly.

      Attachments

        Issue Links

          Activity

            People

              mconcini Michael Concini
              mconcini Michael Concini
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: