summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-08 09:37:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-08 09:37:32 +0000
commitf3e5b3ce043d3c0dbf1eefde60506ca83384d8d4 (patch)
tree26f8e6b43ca43c5296870b6b1a0cf11b376afa81
parentf4ce14b6cb8d340e502dd745f06b3590b846f96a (diff)
downloadATCD-f3e5b3ce043d3c0dbf1eefde60506ca83384d8d4.tar.gz
Mon Jan 8 09:37:30 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/tests/Bug_2287_Regression/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2287_Regression/README b/TAO/orbsvcs/tests/Bug_2287_Regression/README
index 3c77b3edb08..affa491c70e 100644
--- a/TAO/orbsvcs/tests/Bug_2287_Regression/README
+++ b/TAO/orbsvcs/tests/Bug_2287_Regression/README
@@ -8,7 +8,7 @@ The server installs a server request interceptor and persistent servant and writ
The client installs client side FT support and invokes the method "throw_location_forward" on the IOGR.
The server request interceptor detects invocations of this method and in response either:
a/ Throws a location forward back to the original IOGR if cannot determine (from the expiration_time member of the FT request service context) thatthe client must have despatched the request after the expiration time.
-b/ Allows the request to be completed if it can determine absolutely that the request was despatched after the expiration time. This indicates a regression to the client.
+b/ Allows the request to be completed if it can determine absolutely that the request was dispatched after the expiration time. This indicates a regression to the client.
A successful outcome is if the client stops following the location forwards once it detects that the expiration time has passed, and a TRANSIENT system exception is recived in the application code.