110. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 2/7/2017 12:14:10 PM Eastern Standard 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.

110.1 Files compared

# Location File Last Modified
1 cpss.zip\cpss\src\test\resources test-sftp.xml Wed Feb 1 21:07:22 2017 UTC
2 cpss.zip\cpss\src\test\resources test-sftp.xml Mon Feb 6 18:33:02 2017 UTC

110.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 20 484
Changed 19 46
Inserted 0 0
Removed 0 0

110.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

110.4 Active regular expressions

No regular expressions were active.

110.5 Comparison detail

  1   <?xml 
  2     version="1 .0" 
  3     encoding=" UTF-8"
  4   ?>
  5   <beans 
  6     xmlns="htt p://www.sp ringframew ork.org/sc hema/beans "
  7           
  8     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
  9           
  10     xsi:schema Location="
  11            htt p://www.sp ringframew ork.org/sc hema/beans
  12            htt p://www.sp ringframew ork.org/sc hema/beans /spring-be ans.xsd"
  13   >
  14    
  15             
  16     <!-- Defau lt SFTP Co nnection - ->
  17             
  18     <beans 
  19      profile="d efault"
  20     >
  21      <!--             <bea n id="ftpC lientFacto ry" -->
  22      <!--                      class= "org.sprin gframework .integrati on.sftp.se ssion.Defa ultSftpSes sionFactor y"> -->
  23      <!--                      <prope rty name=" allowUnkno wnKeys" va lue="true"  /> -->
  24      <!--                       <property  name="host " value=" IP               " /> -->
  25      <!--                       <property  name="user " value=" DNS " /> -->
  26      <!--                      <prope rty name=" password"  value="Sun shine.cbss 123" /> -- >
  27                                
  28      <!--             </be an> -->
  29                       
  30      <bean 
  31       id="sftpCo nnectionPr operties"
  32                                
  33       class="gov .va.cpss.s ervice.imp l.vfs.VfsS ftpConnect ionPropert iesImpl"
  34      >
  35                                 
  36       <property 
  37        name="host
  38        value=" IP              
  39       />
  40                                 
  41       <property 
  42        name="user name" 
  43        value=" AI
  44       />
  45                                 
  46       <property 
  47        name="pass word" 
  48        value=" AI
  49       />
  50                                 
  51       <property 
  52        name="priv ateKey" 
  53        value="${f ps.sftp.pr ivateKeyRe source:}"
  54       />
  55                        
  56      </bean>
  57              
  58     </beans>
  59    
  60             
  61     <!-- DEV S FTP Connec tion -->
  62             
  63     <beans 
  64      profile="d ev"
  65     >
  66      <!--             <bea n id="ftpC lientFacto ry" -->
  67      <!--                      class= "org.sprin gframework .integrati on.sftp.se ssion.Defa ultSftpSes sionFactor y"> -->
  68      <!--                      <prope rty name=" allowUnkno wnKeys" va lue="true"  /> -->
  69      <!--                       <property  name="host " value=" IP               " /> -->
  70      <!--                       <property  name="user " value=" DNS " /> -->
  71      <!--                      <prope rty name=" privateKey " value="$ {fps.sftp. privateKey Resource}" /> -->
  72      <!--             </be an> -->
  73                       
  74      <bean 
  75       id="sftpCo nnectionPr operties"
  76                                
  77       class="gov .va.cpss.s ervice.imp l.vfs.VfsS ftpConnect ionPropert iesImpl"
  78      >
  79                                 
  80       <property 
  81        name="host
  82        value=" IP              
  83       />
  84                                 
  85       <property 
  86        name="user name" 
  87        value=" AI
  88       />
  89                                 
  90       <property 
  91        name="pass word" 
  92        value=" AI
  93       />
  94                                 
  95       <property 
  96        name="priv ateKey" 
  97        value="${f ps.sftp.pr ivateKeyRe source:}"
  98       />
  99                        
  100      </bean>
  101              
  102     </beans>
  103    
  104             
  105     <!-- LOCAL  SFTP Conn ection -->
  106             
  107     <beans 
  108      profile="l ocal"
  109     >
  110      <!--             <bea n id="ftpC lientFacto ry" -->
  111      <!--                      class= "org.sprin gframework .integrati on.sftp.se ssion.Defa ultSftpSes sionFactor y"> -->
  112      <!--                      <prope rty name=" allowUnkno wnKeys" va lue="true"  /> -->
  113      <!--                      <prope rty name=" host" valu e="localho st" /> -->
  114      <!--                      <prope rty name=" user" valu e="vaausps esftpdev"  /> -->
  115      <!--                      <prope rty name=" password"  value="Sun shine.cbss 123" /> -- >
  116      <!--             </be an> -->
  117                       
  118      <bean 
  119       id="sftpCo nnectionPr operties"
  120                                
  121       class="gov .va.cpss.s ervice.imp l.vfs.VfsS ftpConnect ionPropert iesImpl"
  122      >
  123                                 
  124       <property 
  125        name="host
  126        value="loc alhost" 
  127       />
  128                                 
  129       <property 
  130        name="user name" 
  131        value=" AI
  132       />
  133                                 
  134       <property 
  135        name="pass word" 
  136        value=" AI
  137       />
  138                                 
  139       <property 
  140        name="priv ateKey" 
  141        value="${f ps.sftp.pr ivateKeyRe source:}"
  142       />
  143                        
  144      </bean>
  145              
  146     </beans>
  147    
  148             
  149     <!-- PREPR OD SFTP Co nnection - ->
  150             
  151     <beans 
  152      profile="p reprod"
  153     >
  154      <!--             <bea n id="ftpC lientFacto ry" -->
  155      <!--                      class= "org.sprin gframework .integrati on.sftp.se ssion.Defa ultSftpSes sionFactor y"> -->
  156      <!--                      <prope rty name=" allowUnkno wnKeys" va lue="true"  /> -->
  157      <!--                       <property  name="host " value=" IP               " /> -->
  158      <!--                       <property  name="user " value=" DNS " /> -->
  159      <!--                      <prope rty name=" privateKey " value="$ {fps.sftp. privateKey Resource}" /> -->
  160      <!--             </be an> -->
  161                       
  162      <bean 
  163       id="sftpCo nnectionPr operties"
  164                                
  165       class="gov .va.cpss.s ervice.imp l.vfs.VfsS ftpConnect ionPropert iesImpl"
  166      >
  167                                 
  168       <property 
  169        name="host
  170        value=" IP              
  171       />
  172                                 
  173       <property 
  174        name="user name" 
  175        value=" AI
  176       />
  177                                 
  178       <property 
  179        name="priv ateKey" 
  180        value="${f ps.sftp.pr ivateKeyRe source:}"
  181       />
  182                        
  183      </bean>
  184              
  185     </beans>
  186    
  187             
  188     <!-- PROD  SFTP Conne ction -->
  189             
  190     <beans 
  191      profile="p rod"
  192     >
  193      <!--             <bea n id="ftpC lientFacto ry" -->
  194      <!--                      class= "org.sprin gframework .integrati on.sftp.se ssion.Defa ultSftpSes sionFactor y"> -->
  195      <!--                      <prope rty name=" allowUnkno wnKeys" va lue="true"  /> -->
  196      <!--                       <property  name="host " value=" IP               " /> -->
  197      <!--                       <property  name="user " value=" DNS " /> -->
  198      <!--                      <prope rty name=" privateKey " value="$ {fps.sftp. privateKey Resource}" /> -->
  199      <!--             </be an> -->
  200                       
  201      <bean 
  202       id="sftpCo nnectionPr operties"
  203                                
  204       class="gov .va.cpss.s ervice.imp l.vfs.VfsS ftpConnect ionPropert iesImpl"
  205      >
  206                                 
  207       <property 
  208        name="host
  209        value=" IP              
  210       />
  211                                 
  212       <property 
  213        name="user name" 
  214        value=" AI
  215       />
  216                                 
  217       <property 
  218        name="priv ateKey" 
  219        value="${f ps.sftp.pr ivateKeyRe source:}"
  220       />
  221                        
  222      </bean>
  223              
  224     </beans>
  225    
  226             
  227     <!-- SQA S FTP Connec tion -->
  228             
  229     <beans 
  230      profile="s qa"
  231     >
  232      <!--             <bea n id="ftpC lientFacto ry" -->
  233      <!--                      class= "org.sprin gframework .integrati on.sftp.se ssion.Defa ultSftpSes sionFactor y"> -->
  234      <!--                      <prope rty name=" allowUnkno wnKeys" va lue="true"  /> -->
  235      <!--                       <property  name="host " value=" DNS . DNS     " /> -->
  236      <!--                      <prope rty name=" user" valu e="vaausps esftptst"  /> -->
  237      <!--                      <prope rty name=" privateKey " value="$ {fps.sftp. privateKey Resource}" /> -->
  238      <!--             </be an> -->
  239                       
  240      <bean 
  241       id="sftpCo nnectionPr operties"
  242                                
  243       class="gov .va.cpss.s ervice.imp l.vfs.VfsS ftpConnect ionPropert iesImpl"
  244      >
  245                                 
  246       <property 
  247        name="host
  248        value="DNS .DNS   " 
  249       />
  250                                 
  251       <property 
  252        name="user name" 
  253        value=" AI
  254       />
  255                                 
  256       <property 
  257        name="priv ateKey" 
  258        value="${f ps.sftp.pr ivateKeyRe source:}"
  259       />
  260                        
  261      </bean>
  262              
  263     </beans>
  264    
  265   </beans>