https://bz.apache.org/bugzilla/show_bug.cgi?id=63441

            Bug ID: 63441
           Summary: Changes made to newly created session not replicated
           Product: Tomcat 9
           Version: 9.0.x
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Cluster
          Assignee: dev@tomcat.apache.org
          Reporter: ma...@apache.org
  Target Milestone: -----

Reviewing the DeltaSession code I noticed that, for a newly created
DeltaSession, that a DeltaRequest is not created until the request is
completed.

That means any changes made to a newly created session in the request where the
session is created cannot be replicated as there is no DeltaRequest to record
the changes. I have confirmed this behaviour on my local test cluster.

The fix should not be too tricky and should tie in with the changes planned to
address bug 62841.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to