summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Security/InsecureReferences/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/tests/Security/InsecureReferences/README')
-rw-r--r--ACE/TAO/orbsvcs/tests/Security/InsecureReferences/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/tests/Security/InsecureReferences/README b/ACE/TAO/orbsvcs/tests/Security/InsecureReferences/README
new file mode 100644
index 00000000000..62461dcabfb
--- /dev/null
+++ b/ACE/TAO/orbsvcs/tests/Security/InsecureReferences/README
@@ -0,0 +1,25 @@
+/**
+
+@page InsecureReferences Test README File
+
+ This test validates a fix for a problem with decoding IIOP Profiles
+ containing multiple endpoints as tagged components, but that do not
+ include ssl components. The problem was that the code was
+ incorrectly accounting for the initial endpoint in the profile when
+ preparing additional generated ssl endpoints for the decoding
+ process. The test executable is run twice. Once with no ORBSvcConf
+ argument, and a -o argument to create the IOR, and then a second
+ time with the svc config argument and a -k argument to read in the
+ previously generated ior. The test is successful if the second run
+ does not crash.
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ or start the test executable manually:
+
+$ ./test -o <iorfile> -p <base_port>
+$ ./test -ORBSvcConf client.conf -k file://<iorfile>
+
+*/