Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / InsecureReferences / README
blobc5cfe79d34812ee85c3984f85a35b7c2138d7831
1 /**
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
16   does not crash.
18         To run the test use the run_test.pl script:
20 $ ./run_test.pl
22   or start the test executable manually:
24 $ ./test -o <iorfile> -p <base_port>
25 $ ./test -ORBSvcConf client.conf -k file://<iorfile>