623. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/10/2017 1:02:03 PM 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.

623.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\WAR\VixGuiWebApp-0.1\ssl JavaLogs.jsp Sat Oct 1 19:33:46 2016 UTC
2 C:\AraxisMergeCompare\Pri_re\WAR\VixGuiWebApp-0.1\ssl JavaLogs.jsp Thu Jul 6 17:18:24 2017 UTC

623.2 Comparison summary

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

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

623.4 Active regular expressions

No regular expressions were active.

623.5 Comparison detail

  1   <%@ page l anguage="j ava" impor t="java.ut il.*" page Encoding=" ISO-8859-1 "%>
  2   <jsp:direc tive.page  session="f alse" cont entType="t ext/html"  />
  3   <%@page im port="gov. va.med.ima ging.excha nge.busine ss.taglib. javalog.Ja vaLogSortO rder"%>
  4   <%@ taglib  uri="http ://imaging . URL         /vix/javal og" prefix ="javalog" %>
  5   <%@ taglib  uri="http ://java.su n.com/jsp/ jstl/core"  prefix="c "%>
  6   <%
  7   String pat h = reques t.getConte xtPath();
  8   String bas ePath = re quest.getS cheme()+": //"+reques t.getServe rName()+": "+request. getServerP ort()+path +"/";
  9   %>
  10  
  11   <!DOCTYPE  HTML PUBLI C "-//W3C/ /DTD HTML  4.01 Trans itional//E N">
  12   <html>
  13     <jsp:scr iptlet>
  14           St ring sortO rder = req uest.getPa rameter("s ortOrder") ;
  15           if (sortOrder  == null)
  16                    sort Order = Ja vaLogSortO rder.filen ame.name() ;
  17     </jsp:sc riptlet>
  18     <head>         
  19       
  20       <title >Java Log  Viewer</ti tle>
  21       
  22           <m eta http-e quiv="prag ma" conten t="no-cach e">
  23           <m eta http-e quiv="cach e-control"  content=" no-cache">
  24           <m eta http-e quiv="expi res" conte nt="0">     
  25           <m eta http-e quiv="keyw ords" cont ent="keywo rd1,keywor d2,keyword 3">
  26           <m eta http-e quiv="desc ription" c ontent="Th is is my p age">
  27           
  28           <! -- 
  29           <l ink rel="s tylesheet"  type="tex t/css" hre f="/VI/sty le/vix.css ">
  30            - ->
  31           
  32           <s cript type ="text/jav ascript">
  33           
  34                    
  35           
  36           </ script>
  37  
  38     </head>
  39     
  40     <body on Load="">
  41              <h1>Java L ogs</h1>
  42             
  43              <table bor der="1">
  44                    <tr>
  45                             <th>
  46                                      <a href= "JavaLogs. jsp?sortOr der=<%= Ja vaLogSortO rder.filen ame %>">Fi lename</a>
  47                             </th>
  48                             <th>
  49                                      <a href= "JavaLogs. jsp?sortOr der=<%= Ja vaLogSortO rder.fileS ize %>">Fi le Size</a >
  50                             </th>
  51                             <th>
  52                                      <a href= "JavaLogs. jsp?sortOr der=<%= Ja vaLogSortO rder.dateM odified %> ">Date Mod ified</a>
  53                             </th>
  54                    </tr >
  55                      <j avalog:Jav aLogCollec tion sortO rder="<%=  sortOrder  %>">
  56                             <javal og:JavaLog Collection Element>
  57                                      <tr>
  58                                               <td>
  59                                                       <j sp:element  name="a">
  60                                                                <jsp :attribute  name="hre f">
  61                                                                         <javal og:Downloa dLogFileHR ef/>
  62                                                                </js p:attribut e>
  63                                                                <jsp :body>
  64                                                                         <javal og:Filenam e/>
  65                                                                </js p:body>
  66                                                       </ jsp:elemen t>
  67                                               </td>
  68                                               <td><javal og:FileSiz e/></td>
  69                                               <td><javal og:DateMod ified/></t d>
  70                                      </tr>
  71                             </java log:JavaLo gCollectio nElement>
  72                      </ javalog:Ja vaLogColle ction>
  73              </table>
  74     </body>
  75   </html>