View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005662 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2020-05-25 05:56 | 2020-06-03 17:27 |
Reporter | Lauri Saurus | Assigned To | Alexander Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.04.09.394 | ||||
Target Version | 1.04.09.396 | Fixed in Version | 1.03.341.396 | ||
Summary | 0005662: 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) | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
|
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. |
|
reviewed in CMP Call |
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 |