View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010031 | CTT UA Scripts | 1 - Script Issue | public | 2024-11-22 10:55 | 2024-11-22 17:04 |
Reporter | Gigantic Heisenberg | Assigned To | Sebastian Allmendinger | ||
Priority | none | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Summary | 0010031: Security_None 007 is skipped when max session has no limit | ||||
Description | In Case of MaxSessions = 0 ServerProjects\Standard\maintree\Security\Security None\Test Cases\007.js returns a "Skipped" result, claiming that number of max sessions is to small to execute the test. Keep in mind that maxSessions =0 means no liomit. Replace "if (i < maxSessions) {" by "if(i < maxSessions || maxSessions === 0){" to fix my issue. | ||||
Steps To Reproduce | Execute ServerProjects\Standard\maintree\Security\Security Aes128-Sha256-RsaOaep\Test Cases\005.js on a server that does not limit the number of sessions. | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-11-22 10:55 | Gigantic Heisenberg | New Issue | |
2024-11-22 17:04 | Paul Hunkar | Assigned To | => Sebastian Allmendinger |
2024-11-22 17:04 | Paul Hunkar | Status | new => assigned |
2024-11-22 17:04 | Paul Hunkar | Project | CTT UA Test Case => CTT UA Scripts |
2024-11-22 17:04 | Paul Hunkar | Category | 4 - Test Case Definition => 1 - Script Issue |