Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / Bug_2908_Regression / README
blob66cef8367df2f1831d70feb5a5bdcee1d20e5624
1 This is a regression test to demonstrate a problem in collocated invocation with SSLIOP in a separate thread.
3 How to Run:
5 1) Automatially:
6 ./run_test.pl
8 2) Manually
10 To start the server:
11 ------------------
12 ./MessengerServer -ORBSvcConf server.conf
14 To start the client:
15 ------------------
16 ./MessengerClient -ORBSvcConf client.conf
18 Output:
19 NO_PERMISSION exception is thrown.
21 Note:
22 There is a workaround for this problem, i.e., just pass '-ORBCollocation no' to the server.
23 Also if the collocated invocation is in the same thread as the caller, it won't fail.