7. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/21/2017 8:54:08 AM Central 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.

7.1 Files compared

# Location File Last Modified
1 esr.zip\esr\vbr\WEB-INF\classes applicationContext.xml Wed Oct 11 20:53:12 2017 UTC
2 esr.zip\esr\vbr\WEB-INF\classes applicationContext.xml Tue Nov 21 14:07:39 2017 UTC

7.2 Comparison summary

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

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

7.4 Active regular expressions

No regular expressions were active.

7.5 Comparison detail

  1   <?xml 
  2     version="1 .0" 
  3     encoding=" UTF-8"
  4   ?>
  5  
  6  
  7   <!--
  8           == ========== ========== ========== =========
  9           Co pyright ©  2004 VHA.  All rights  reserved
  10           == ========== ========== ========== =========
  11           
  12           @d escription : This fil e serves a s a main a pplication  context f ile for al l spring-m anaged
  13           be ans in a p roject.  S ervices ma naged by S pring's ap plication  context ar e usually  grouped
  14           an d categori zed by the ir functio nal contex t layer in  their ind ividual co ntext file .
  15           Th erefore, n ew beans s hould not  be added t o this con text file.   Instead,  developer s should
  16           us e a corres ponding ap plication  context fi le to a fu nctional l ayer to wh ich a new  bean belon gs
  17           
  18           @p roject: UI
  19           @a uthor:  DN S      LEV
  20           @v ersion: 1. 1
  21           @n ote: This  file conta ins a pare nt applica tion conte xt of a WA R project.   Individu al files 
  22           co ntained in  this pare nt context  should no t have any  UI action  beans def ined.  Thi
  23           sp ring conte xt is load ed by org. springfram ework.web. context.Co ntextLoade rListener  class
  24           de fined in a  web.xml.   UI action  beans, su ch as Stru ts action  beans, are  defined a nd loaded 
  25           th rough a St ruts plug- in org.spr ingframewo rk.web.str uts.Contex tLoaderPlu gIn class  defined in  
  26           a  struts-con fig.xml an d inherite d parent c ontext loa ded in a w eb.xml fil e.
  27   -->
  28   <beans 
  29     xmlns="htt p://www.sp ringframew ork.org/sc hema/beans
  30           
  31     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
  32           
  33     xsi:schema Location=" http://www .springfra mework.org /schema/be ans 
  34                                                         ht tp://www.s pringframe work.org/s chema/bean s/spring-b eans-4.2.x sd"
  35   >
  36    
  37   </beans>