148. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/27/2019 4:01:33 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.

148.1 Files compared

# Location File Last Modified
1 JLV_CV_CV_2_9_1_0.zip\CV-CCP\grails-app\assets\javascripts enabler.jsp Wed Mar 20 21:44:38 2019 UTC
2 JLV_CV_CV_2_9_1_0.zip\CV-CCP\grails-app\assets\javascripts enabler.jsp Wed Mar 27 19:21:14 2019 UTC

148.2 Comparison summary

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

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

148.4 Active regular expressions

No regular expressions were active.

148.5 Comparison detail

  1   <%@ page i mport="org .jsoup.Jso up" %>
  2   <%@ page i mport="org .jsoup.saf ety.Whitel ist" %>
  3   <%--
  4     Created  by Intelli J IDEA.
  5       User:  DNS
  6     Date: 12 /7/11
  7     Time: 8: 11 AM
  8     To chang e this tem plate use  File | Set tings | Fi le Templat es.
  9   --%>
  10   <%@ page l anguage="j ava" %>
  11   <!DOCTYPE  HTML PUBLI C "-//W3C/ /DTD HTML  4.0 Transi tional//EN ">
  12   <HTML>
  13   <HEAD>
  14       <title >J L V - E nablerAppl et</title>
  15       <META  HTTP-EQUIV ="Content- Type" CONT ENT="text/ html; char set=iso-88 59-1">
  16       <META  NAME="auth or" CONTEN T="Scottsd ale, www.c arefx.com" >
  17       <META  NAME="copy right" CON TENT="2009 , Carefx C orporation ">
  18       <META  HTTP-EQUIV ="expires"  CONTENT=" -1">
  19       <META  HTTP-EQUIV ="pragma"  CONTENT="n o-cache">
  20       <scrip t>
  21           fu nction get CitrixSess ionId() {
  22  
  23                var sess ionId = "" ;
  24                var clie ntIP = "";
  25  
  26                // Citri x - look u p the clie nt name
  27                try {
  28                    var  wtsUtil =  new Active XObject("C MWtsUtil.W tsUtil");
  29                    sess ionId = wt sUtil.getS essionId() ;
  30                }
  31                catch (e ) {
  32                    sess ionId = "" ;
  33                }
  34  
  35                return s essionId;
  36           }
  37  
  38           fu nction get Descriptiv eDataParam () {
  39                var desc riptiveDat a = "";
  40                var sess ionID = ge tCitrixSes sionId();
  41                if (sess ionID != " " && sessi onID != "- 1") {
  42                    retu rn ' <PARA M NAME="de scriptiveD ata" Value ="citrixSe ssionID:'  + sessionI D + '" > ' ;
  43                } else i f (session ID == "-1" ) {
  44                    retu rn ' <PARA M NAME="de scriptiveD ata" VALUE ="clientIP Address">  ';
  45                } else {
  46                    retu rn ""
  47                }
  48           }
  49  
  50  
  51       </scri pt>
  52   </HEAD>
  53   <BODY>
  54  
  55  
  56   <%
  57       String  getAppURL  = request .getReques tURL().toS tring().re place("ena bler.jsp",  "context" );
  58   %>
  59  
  60   </BODY>
  61   </HTML>