ICEfaces-EE
  1. ICEfaces-EE
  2. IPCK-328

EPS: Incorrect behavior causes attempting to respond to a pending request twice

    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_P04
    • Component/s: Enterprise Push Server
    • Labels:
      None
    • Environment:
      EPS

      Description

      Incorrect behavior causes attempting to respond to a pending request twice.

        Activity

        Hide
        Jack Van Ooststroom added a comment -

        Sending src/com/icesoft/faces/push/server/arp/AbstractHandler.java
        Sending src/com/icesoft/faces/push/server/arp/PushServer.java
        Sending src/com/icesoft/net/AbstractHttpConnection.java
        Adding src/com/icesoft/net/Handler.java
        Sending src/com/icesoft/net/HttpConnection.java
        Transmitting file data .....
        Committed revision 29678.

        Show
        Jack Van Ooststroom added a comment - Sending src/com/icesoft/faces/push/server/arp/AbstractHandler.java Sending src/com/icesoft/faces/push/server/arp/PushServer.java Sending src/com/icesoft/net/AbstractHttpConnection.java Adding src/com/icesoft/net/Handler.java Sending src/com/icesoft/net/HttpConnection.java Transmitting file data ..... Committed revision 29678.
        Hide
        Jack Van Ooststroom added a comment -

        Instead of using a Map that maps HttpConnections to ReadHandlers, the HttpConnection itself now keeps a reference to the Handler that is currently associated with the HttpConnection and its HttpRequest. This solves the issue of responding twice to a pending requests and making the coding logic a bit easier in the process. Marking this one as FIXED.

        Show
        Jack Van Ooststroom added a comment - Instead of using a Map that maps HttpConnections to ReadHandlers, the HttpConnection itself now keeps a reference to the Handler that is currently associated with the HttpConnection and its HttpRequest. This solves the issue of responding twice to a pending requests and making the coding logic a bit easier in the process. Marking this one as FIXED.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: