View Issue Details

IDProjectCategoryView StatusLast Update
0005662Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2020-06-03 17:27
ReporterLauri Saurus Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.04.09.394 
Target Version1.04.09.396Fixed in Version1.03.341.396 
Summary0005662: Test Session Services -> Session Base -> Err-001.js does nothing if current session is secured
Description

In case the default session (defined in the Settings) is secured, the test will basically do nothing because line 12 will evaluate to true because the default secure channel will be secured.

Steps To Reproduce

Set the settings to following and run the test:

Server Test -> Secure Channel -> RequestedSecurityPolicyUri = Aes256Sha256RsaPss (any other than None will do)
Server Test -> Secure Channel -> MessageSecurityMode = SignAndEncrypt
Server Test -> Session -> UserAutenticationPolicy = 0 (Anonymous)

TagsNo tags attached.
Files Affected

Activities

Alexander Allmendinger

2020-05-29 20:03

developer   ~0012148

The "else if" was causing that the script exited when the current Channel was not secure. Instead the script part in the if is opening a secure channel, which then can be used for the test case.

Paul Hunkar

2020-06-03 17:26

administrator   ~0012171

reviewed in CMP Call

Issue History

Date Modified Username Field Change
2020-05-25 05:56 Lauri Saurus New Issue
2020-05-27 17:30 Paul Hunkar Assigned To => Alexander Allmendinger
2020-05-27 17:30 Paul Hunkar Status new => assigned
2020-05-29 20:03 Alexander Allmendinger Status assigned => resolved
2020-05-29 20:03 Alexander Allmendinger Resolution open => fixed
2020-05-29 20:03 Alexander Allmendinger Fixed in Version => 1.03.341.396
2020-05-29 20:03 Alexander Allmendinger Note Added: 0012148
2020-06-03 17:26 Paul Hunkar Status resolved => closed
2020-06-03 17:26 Paul Hunkar Note Added: 0012171
2020-06-03 17:27 Paul Hunkar Target Version => 1.04.09.396