5 @page InsecureReferences Test README File
7 This test validates a fix for a problem with decoding IIOP Profiles
8 containing multiple endpoints as tagged components, but that do not
9 include ssl components. The problem was that the code was
10 incorrectly accounting for the initial endpoint in the profile when
11 preparing additional generated ssl endpoints for the decoding
12 process. The test executable is run twice. Once with no ORBSvcConf
13 argument, and a -o argument to create the IOR, and then a second
14 time with the svc config argument and a -k argument to read in the
15 previously generated ior. The test is successful if the second run
18 To run the test use the run_test.pl script:
22 or start the test executable manually:
24 $ ./test -o <iorfile> -p <base_port>
25 $ ./test -ORBSvcConf client.conf -k file://<iorfile>