7. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/5/2017 11:26:49 AM Central 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.

7.1 Files compared

# Location File Last Modified
1 esr.zip\esr\vbr\WEB-INF\classes applicationContext.xml Sun Mar 20 22:05:06 2016 UTC
2 esr.zip\esr\vbr\WEB-INF\classes applicationContext.xml Thu Oct 5 16:14:02 2017 UTC

7.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 62
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   <!DOCTYPE  beans PUBL IC "-//SPR ING//DTD B EAN//EN" " http://www .springfra mework.org /dtd/sprin g-beans.dt d">
  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:  U S
E R
  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     default-la zy-init="t rue"
  30   >
  31    
  32   </beans>