9. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/11/2017 8:05:37 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.

9.1 Files compared

# Location File Last Modified
1 MHV_CIF_2017.4.0.0.zip\MHV_CIF_2017.4.0.0\MHV_CIF_2017.4.0.0\ap_redesign\mhv_source\mhv_admin_sms\mhv-sm-admin-portal-ws\src\main\webapp\WEB-INF beans.xml Wed Jul 5 17:41:08 2017 UTC
2 MHV_CIF_2017.4.0.0.zip\MHV_CIF_2017.4.0.0\MHV_CIF_2017.4.0.0\ap_redesign\mhv_source\mhv_admin_sms\mhv-sm-admin-portal-ws\src\main\webapp\WEB-INF beans.xml Thu Sep 7 18:51:33 2017 UTC

9.2 Comparison summary

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

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

9.4 Active regular expressions

No regular expressions were active.

9.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     xmlns:jaxr s="http:// cxf.apache .org/jaxrs "
  10           
  11     xmlns:jaxw s="http:// cxf.apache .org/jaxws
  12     xmlns:jaxr s-client=" http://cxf .apache.or g/jaxrs-cl ient"
  13           
  14     xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context "
  15           
  16     xsi:schema Location="  http://ww w.springfr amework.or g/schema/b eans http: //www.spri ngframewor k.org/sche ma/beans/s pring-bean s-3.0.xsd 
  17                      http ://www.spr ingframewo rk.org/sch ema/contex t http://w ww.springf ramework.o rg/schema/ context/sp ring-conte xt-3.0.xsd  
  18                      http ://cxf.apa che.org/ja xrs http:/ /cxf.apach e.org/sche mas/jaxrs. xsd
  19                      http ://cxf.apa che.org/ja xws http:/ /cxf.apach e.org/sche mas/jaxws. xsd
  20                      http ://cxf.apa che.org/ja xrs-client  http://cx f.apache.o rg/schemas /jaxrs-cli ent.xsd"
  21   >
  22    
  23             
  24     <import 
  25      resource=" classpath: META-INF/c xf/cxf.xml
  26     />
  27    
  28             
  29     <context:p roperty-pl aceholder
  30                      
  31      location=" classpath: ${MHV_ENV_ PROPERTY}. sm.admin.a pplication .propertie s" 
  32     />
  33    
  34             
  35     <context:a nnotation- config />
  36             
  37     <context:c omponent-s can 
  38      base-packa ge="gov.va .med.mhv" 
  39     />
  40    
  41             
  42     <bean 
  43      class="org .springfra mework.web .context.s upport.Ser vletContex tPropertyP laceholder Configurer
  44     />
  45             
  46     <bean 
  47      class="org .springfra mework.bea ns.factory .config.Pr eferencesP laceholder Configurer
  48     />
  49    
  50             
  51     <!-- Objec t Mapper t o be used  for serial izing / de serializin g objects  -->
  52             
  53     <bean 
  54      id="mapper
  55      class="gov .va.med.mh v.common.a pi.jackson .MhvIgnore UnknownPro pertiesObj ectMapper"  
  56     /> 
  57             
  58     <bean 
  59      id="jsonPr ovider" 
  60      class="com .fasterxml .jackson.j axrs.json. JacksonJso nProvider"
  61     >
  62                       
  63      <property 
  64       name="mapp er" 
  65       ref="mappe r"
  66      />
  67              
  68     </bean>
  69             
  70             
  71     <!-- CLIEN T SIDE EXC EPTION AND  SESSION F ILTERS -->
  72             
  73     <bean 
  74      id="mhvExc eptionClie ntProvider
  75      class="gov .va.med.mh v.common.a pi.excepti on.MHVExce ptionClien tMapper" 
  76     />
  77             
  78     <bean 
  79      id="sessio nAuthCheck Intercepto r" 
  80      class="gov .va.med.mh v.common.a pi.util.Se ssionAuthC heckFilter
  81     />
  82             
  83     <bean 
  84      id="MHVExc eptionProv ider" 
  85      class="gov .va.med.mh v.common.a pi.excepti on.MHVExce ptionServi ceMapper" 
  86     />
  87             
  88     <bean 
  89      id="mhvSec ureTokenFl ushRespons eFilter" 
  90      class="gov .va.med.mh v.common.a pi.securit y.MHVSecur eTokenFlus hResponseF ilter" 
  91     />
  92             
  93     <bean 
  94      id="mhvSec ureTokenRe questFilte r" 
  95      class="gov .va.med.mh v.common.a pi.securit y.MHVSecur eTokenRequ estFilter"  
  96     />      
  97    
  98             
  99     <jaxrs:ser ver 
  100      id="servic es" 
  101      address="/ "
  102     >
  103                       
  104      <jaxrs:ser viceBeans>
  105                                 
  106       <ref 
  107        bean="smSe rvice" 
  108       />
  109                        
  110      </jaxrs:se rviceBeans >
  111                       
  112      <jaxrs:pro viders>
  113                                 
  114       <ref 
  115        bean="json Provider" 
  116       />
  117                                 
  118       <ref 
  119        bean="MHVE xceptionPr ovider" 
  120       />
  121                                 
  122       <ref 
  123        bean="sess ionAuthChe ckIntercep tor" 
  124       />
  125                                 
  126       <ref 
  127        bean="mhvS ecureToken FlushRespo nseFilter"
  128       />                        
  129                        
  130      </jaxrs:pr oviders>
  131              
  132     </jaxrs:se rver>
  133    
  134             
  135     <bean 
  136      id="smServ ice"
  137                      
  138      class="gov .va.med.mh v.sm.admin .service.i mpl.MHVSMA dminBridge ServiceImp l" 
  139     />
  140    
  141             
  142     <!-- use ' smClient'  for local  env -->
  143             
  144     <!-- <bean  name="smC lient"
  145                      clas s="gov.va. med.mhv.sm .client.MH VAuthentic ation">
  146                      <con structor-a rg name="w sdlLocatio n" value=" ${sm.wsdl. location}"  />
  147                      <con structor-a rg name="s erviceName ">
  148                               <bean  class="jav ax.xml.nam espace.QNa me">
  149                                        <constru ctor-arg n ame="names paceURI"
  150                                                  value="htt p://ws.mhv .integrati on.sm. DNS     /" />
  151                                        <constru ctor-arg n ame="local Part" valu e="MHVAuth entication Service" / >
  152                               </bean >
  153                      </co nstructor- arg>
  154             </ bean> -->
  155    
  156             
  157     <jaxrs-cli ent:client  
  158      id="userMg mtServiceP roxy"
  159                      
  160      address="$ {usermgmtE ndpointUrl Trusted}"
  161                      
  162      serviceCla ss="gov.va .med.mhv.u sermgmt.se rvice.User MgmtServic e"
  163     >
  164                       
  165      <jaxrs-cli ent:provid ers>
  166                                 
  167       <ref 
  168        bean="json Provider"
  169       />
  170                                 
  171       <ref 
  172        bean="mhvE xceptionCl ientProvid er"
  173       />
  174                                 
  175       <ref 
  176        bean="mhvS ecureToken RequestFil ter"
  177       />                        
  178                        
  179      </jaxrs-cl ient:provi ders>
  180              
  181     </jaxrs-cl ient:clien t>
  182             
  183   </beans>