8. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/24/2017 5:17:18 PM Eastern 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.

8.1 Files compared

# Location File Last Modified
1 MHV_2017.2.0.0 Code In Flight.zip\National Portal\mhv_common\mhv-common-api\src\main\java\gov\va\med\mhv\common\api\security MHVSecureTokenFlushResponseFilter.java Wed Mar 2 20:37:52 2016 UTC
2 MHV_2017.2.0.0 Code In Flight.zip\National Portal\mhv_common\mhv-common-api\src\main\java\gov\va\med\mhv\common\api\security MHVSecureTokenFlushResponseFilter.java Fri Mar 24 19:55:47 2017 UTC

8.2 Comparison summary

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

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

8.4 Active regular expressions

No regular expressions were active.

8.5 Comparison detail

  1   /**
  2    * 
  3    */
  4   package go v.va.med.m hv.common. api.securi ty;
  5  
  6   import jav a.io.IOExc eption;
  7  
  8   import jav ax.ws.rs.c ontainer.C ontainerRe questConte xt;
  9   import jav ax.ws.rs.c ontainer.C ontainerRe sponseCont ext;
  10   import jav ax.ws.rs.c ontainer.C ontainerRe sponseFilt er;
  11  
  12   import gov .va.med.mh v.common.a pi.cache.C acheHandle r;
  13  
  14   /**
  15    * @author   DNS
  16    *
  17    */
  18   public cla ss MHVSecu reTokenFlu shResponse Filter imp lements Co ntainerRes ponseFilte r {
  19  
  20           @O verride
  21           pu blic void  filter(Con tainerRequ estContext  requestCo ntext, Con tainerResp onseContex t response Context)
  22                             throws  IOExcepti on {
  23                    
  24                    Cach eHandler.r esetInstan ce();
  25           }
  26  
  27   }