Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-23

Certain listener invocations should be done in reverse order

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0.Alpha7
    • None
    • Servlet
    • None

      Implementations of javax.servlet.ServletContextListener are
      invoked at their contextInitialized method in the order in which they
      have been declared, and at their contextDestroyed method in reverse order.

      Implementations of javax.servlet.ServletRequestListener are
      invoked at their requestInitialized method in the order in which they
      have been declared, and at their requestDestroyed method in reverse order.

      Implementations of javax.servlet.http.HttpSessionListener are
      invoked at their sessionCreated method in the order in which they have
      been declared, and at their sessionDestroyed method in reverse order.

              rhn-engineering-jharting Jozef Hartinger
              rhn-engineering-jharting Jozef Hartinger
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: