View Issue Details

IDProjectCategoryView StatusLast Update
0004150Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2019-08-31 15:33
ReporterAlexander Allmendinger Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.03.340.380 
Target Version1.03Fixed in Version1.03 
Summary0004150: maintree\Protocol and Encoding\Protocol TCP Binary UA Security\Test Cases\initialize.js
Description

A assignment (=) instead of a comparison (==) leads to a overwrite of the desired secure endpoint which will result in failures in the following test cases, if the server doesn't support Basic256.

Fix is already available.

Additional Information

Wrong:
else if( currentEP.SecurityPolicyUri = SecurityPolicy.policyToString( SecurityPolicy.Basic256 ) ) {
Correct:
else if( currentEP.SecurityPolicyUri == SecurityPolicy.policyToString( SecurityPolicy.Basic256 ) ) {

TagsNo tags attached.
Files Affected

Relationships

related to 0004076 closedAlexander Allmendinger Security/Security Basic 256Sha256/002.js accidentally skipped 

Activities

Alexander Allmendinger

2018-02-13 15:43

developer   ~0008867

See Mantis ID 4076

Paul Hunkar

2019-08-31 15:33

administrator   ~0010869

reviewed in extra CMP call

Issue History

Date Modified Username Field Change
2018-02-03 11:42 Alexander Allmendinger New Issue
2018-02-05 10:37 Bernd Edlinger Relationship added related to 0004076
2018-02-13 15:43 Alexander Allmendinger Note Added: 0008867
2018-02-13 15:43 Alexander Allmendinger Status new => resolved
2018-02-13 15:43 Alexander Allmendinger Fixed in Version => 1.03
2018-02-13 15:43 Alexander Allmendinger Resolution open => fixed
2018-02-13 15:43 Alexander Allmendinger Assigned To => Alexander Allmendinger
2019-01-28 14:10 Paul Hunkar Category Script Issue => 1 - Script Issue
2019-08-31 15:33 Paul Hunkar Status resolved => closed
2019-08-31 15:33 Paul Hunkar Note Added: 0010869
2019-08-31 15:33 Paul Hunkar Target Version => 1.03