4440. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:38 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.

4440.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:38 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-web\src\main\webapp\WEB-INF\web\error genericError.jsp Fri Apr 21 20:15:58 2017 UTC

4440.2 Comparison summary

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

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

4440.4 Active regular expressions

No regular expressions were active.

4440.5 Comparison detail

        1   <%--
        2       Docume nt   : gen eral error  page
        3       Create d on : 07/ 01/2016
        4       Author      : Joh ann Sonnen berg
        5   --%>
        6  
        7   <%@taglib  tagdir="/W EB-INF/tag s/formatti ng" prefix ="f" %>
        8   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c"  %>
        9  
        10   <f:mainTem plate head erText="An  Error Occ urred">
        11       <%-- c lipboard.j s --%>
        12       <scrip t type="te xt/javascr ipt" src=" js/clipboa rd.min.js" ></script>
        13  
        14       <scrip t language ="JavaScri pt">
        15           $( document). ready(func tion () {
        16                $('#copi edAlert'). hide();
        17  
        18                $('#copy Button').o n('click',  function  () {
        19                    clip board.copy ($('#stack Trace').va l());
        20                    $('# copiedAler t').show() ;
        21                    $('# copiedAler t').delay( 500).fadeI n('normal' , function  () {
        22                         $(this).de lay(2500). fadeOut();
        23  
        24                    });
        25                });
        26           }) ;
        27       </scri pt>
        28  
        29       <div c lass="well ">
        30           <p >We are so rry, but a n error ha s occurred  while pro cessing yo ur request . <strong> <c:out val ue="${cust omMessage} "/></stron g></p>
        31           <p >Please re try your r equest aga in. If you  continue  to get thi s message,  call the  Austin Inf ormation T echnology  Center Hel p Desk (1- 888-596-43 57).</p>
        32           <p >The follo wing steps  can be ta ken to res olve this: </p>
        33           <o l>
        34                <li>Hit  the Back b utton and  try your r equest aga in.</li>
        35                <li>If y ou are sea rching, tr y to searc h using di fferent pa rameters.< /li>
        36                <li>If y ou are sea rching, tr y to searc h with no  parameters .</li>
        37           </ ol>
        38           <c :if test=" ${not empt y fullStac kTrace}">
        39                <div sty le="width:  705px;">
        40                    <div >
        41                         <textarea  style="wid th: 700px; " rows="10 " id="stac kTrace"><c :out value ="${fullSt ackTrace}" /></textar ea>
        42                    </di v>
        43                    <div  class="te xt-right p ad-top-10" >
        44                         <span id=" copiedAler t" class=" bg-success ">Copied!< /span>
        45                         <button id ="copyButt on">Copy t o Clipboar d</button>
        46                    </di v>
        47                </div>
        48           </ c:if>
        49       </div>
        50   </f:mainTe mplate>