6846. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/9/2018 12:18:58 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.

6846.1 Files compared

# Location File Last Modified
1 RAMS-2.3.0.zip\RAMS-2.3.0\Webapp\RAMS-2.3.0\RAMS-2.3.0.war\WEB-INF web.xml Thu Jul 19 14:48:12 2018 UTC
2 RAMS-2.3.0.zip\RAMS-2.3.0\Webapp\RAMS-2.3.0\RAMS-2.3.0.war\WEB-INF web.xml Fri Nov 9 14:54:12 2018 UTC

6846.2 Comparison summary

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

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

6846.4 Active regular expressions

No regular expressions were active.

6846.5 Comparison detail

  1   <?xml 
  2     version="1 .0" 
  3     encoding=" UTF-8"
  4   ?>
  5   <web-app 
  6     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
  7     xmlns="htt p://xmlns. jcp.org/xm l/ns/javae e" 
  8     xsi:schema Location=" http://xml ns.jcp.org /xml/ns/ja vaee http: //xmlns.jc p.org/xml/ ns/javaee/ web-app_3_ 1.xsd" 
  9     version="3 .1"
  10   >
  11       
  12     <filter>
  13          
  14      <filter-na me>
  15       CorsFilter
  16      </filter-n ame>
  17          
  18      <filter-cl ass>
  19       org.apache .catalina. filters.Co rsFilter
  20      </filter-c lass>
  21          
  22      <init-para m>
  23             
  24       <param-nam e>
  25        cors.allow ed.origins
  26       </param-na me>
  27             
  28       <param-val ue>
  29        https://DN S.URL,http s://DNS.UR L,https:// DNS.URL,ht tps://DNS. URL,https: //DNS.URL
  30       </param-va lue>
  31           
  32      </init-par am>
  33          
  34      <init-para m>
  35             
  36       <param-nam e>
  37        cors.allow ed.headers
  38       </param-na me>
  39             
  40       <param-val ue>
  41        Origin, Ac cept, X-Re questDiges t, X-Reque sted-With,  Content-T ype, Acces s-Control- Request-Me thod, Acce ss-Control -Request-H eaders, Ac cept-Encod ing, Accep t-Language , Cache-Co ntrol, Con nection, H ost, Pragm a, User-Ag ent
  42       </param-va lue>
  43           
  44      </init-par am>
  45        
  46     </filter>
  47       
  48     <filter>
  49          
  50      <filter-na me>
  51       CacheContr olFilter
  52      </filter-n ame>
  53          
  54      <filter-cl ass>
  55       gov.va.ram s.service. CacheContr olFilter
  56      </filter-c lass>
  57        
  58     </filter>
  59       
  60     <filter-ma pping>
  61          
  62      <filter-na me>
  63       CorsFilter
  64      </filter-n ame>
  65          
  66      <url-patte rn>
  67       /*
  68      </url-patt ern>
  69        
  70     </filter-m apping>
  71       
  72     <filter-ma pping>
  73          
  74      <filter-na me>
  75       CacheContr olFilter
  76      </filter-n ame>
  77          
  78      <url-patte rn>
  79       /*
  80      </url-patt ern>
  81        
  82     </filter-m apping>
  83   </web-app>