-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
merlin
-
sparc
-
solaris_8
When a servant makes a colocated call, the call is made using the same worker thread that the servant uses and therefore the ThreadLocal ServerRequestInfo object is shared between both the request and the request's request. If the request's request modifies ServerRequestInfo in any way, the ending points of the first request will incorrectly see those changes.
- relates to
-
JDK-4396928 PIORB throws NullPointerException
-
- Resolved
-