[ https://issues.apache.org/jira/browse/CXF-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708899#action_12708899 ]
Eamonn Dwyer commented on CXF-2194: ----------------------------------- It could be possible to reduce the algorithms for the wssec10 and wssec11 but I think it would mean using the TripleDesRsa15 algorithm everywhere. This means that any test that is specifically testing an algorithm will not be valid any more. The WSSC test won't work using TripleDesRsa15 though as the encryption will will use TRIPLE_DES for encryption even when TripleDesRsa15 is specified. Another way of looking at the issue of the unrestricted jars not being available everywhere, is to put a check in the test to see if the unrestricted jars are available before the test is even run. Not ideal either. > System tests for the WSSC, WSSec11 and WSSec10 demos are required > ----------------------------------------------------------------- > > Key: CXF-2194 > URL: https://issues.apache.org/jira/browse/CXF-2194 > Project: CXF > Issue Type: Task > Components: WS-* Components > Affects Versions: 2.2.1 > Reporter: Eamonn Dwyer > Fix For: 2.2.2 > > Attachments: wssectests.patch > > > This will help ensure that the demos aren't broken accidentally by future > work. > I am attaching system tests based on the demos, but the tests are stripped > down versions of the demos. > The tests do require that the unrestircted export libraries are installed in > the jdks running them, I hope this wont be an issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.