308. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/18/2019 5:55:29 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

308.1 Files compared

# Location File Last Modified
1 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\templates\tas\vistalink\resources\config connectorConfig.xml.j2 Wed Apr 3 02:27:54 2019 UTC
2 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\templates\tas\vistalink\resources\config connectorConfig.xml.j2 Mon Apr 15 17:33:40 2019 UTC

308.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 56
Changed 1 2
Inserted 0 0
Removed 0 0

308.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

308.4 Active regular expressions

No regular expressions were active.

308.5 Comparison detail

  1   <?xml vers ion="1.0"  encoding=" UTF-8"?>
  2   <connector s encrypti onScoped=" false" xsi :noNamespa ceSchemaLo cation="co nnectorCon fig.xsd" x mlns:xsi=" http://www .w3.org/20 01/XMLSche ma-instanc e" xmlns=" http:// URL         /vistalink /adapter/c onfig">
  3  
  4   <!-- confi g generate d at deplo yment time  via vars  -->
  5   <!--Connec tor Proxy:  SECONDARY  MENU OPTI ONS: XOBV  VISTALINK  TESTER | U ser Class:  CONNECTOR  PROXY -->
  6   <!-- enabl e is alway s false so  the start  will run  and encryp t the file  -->
  7   {% for it,  prop in i tem.value. connector. items() %}
  8   <!-- {{ it  }} -->
  9   <!-- Test  User VISTA ID: {{ pro p['primary Station']  }} -->
  10     <connect or
  11       enable d="{{ prop ['enabled' ]|default( 'true') }} "
  12       config ="{{ prop[ 'config']  | default  (it) }}"
  13       listen Port="{{ p rop['liste nPort'] }} "
  14       encryp ted="false "
  15       access -code="{{  prop['acce ssCode'] } }"
  16       verify -code="{{  prop['veri fyCode'] } }"
  17       proxy- name="{{ p rop['proxy Name'] }}"
  18       jndiNa me="{{ pro p['jndiNam e'] | defa ult(['vist asources/' ,it]|join)  }}"
  19       primar yStation=" {{ prop['p rimaryStat ion'] }}"
  20       ip="{{  prop['vis ta_server' ] }}"
  21       port=" {{ prop['v ista_serve r_port'] } }"
  22       proxy- duz="{{ pr op['proxyD UZ'] }}"
  23       timeou t="{{ prop ['timeout' ]|default( '30') }}"
  24       always -use-defau lt-as-min= "false"
  25     />
  26  
  27   {% endfor  %}
  28  
  29   </connecto rs>