summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Callback/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/Callback/README')
-rw-r--r--TAO/orbsvcs/tests/Security/Callback/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Security/Callback/README b/TAO/orbsvcs/tests/Security/Callback/README
new file mode 100644
index 00000000000..5c8153c6672
--- /dev/null
+++ b/TAO/orbsvcs/tests/Security/Callback/README
@@ -0,0 +1,13 @@
+#
+# $Id$
+#
+
+This test is designed to excercise the connection cache related code
+in a complex pluggable protocol such as SSLIOP.
+
+An object reference is sent to the target as an "in" parameter. The
+target then uses that object reference to invoke a callback method on
+an object residing at the client.
+
+If the secure connection is not cached properly, then it will not be
+possible to invoke the callback method on the client.