19. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/29/2017 4:53:20 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.

19.1 Files compared

# Location File Last Modified
1 CTT-DM CIF Submission.zip\code\apache_extensions\perl constants.pl Fri Mar 3 16:22:14 2017 UTC
2 CTT-DM CIF Submission.zip\code\apache_extensions\perl constants.pl Tue Mar 28 17:52:23 2017 UTC

19.2 Comparison summary

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

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

19.4 Active regular expressions

No regular expressions were active.

19.5 Comparison detail

  1   package CO NST;
  2   no warning s;
  3  
  4   #System ad ministrato r have at  the follow ing:
  5   #number of  seconds w e will cac he a users  roles for
  6   $SECONDS_C ACHE = 5*6 0; #every  five minut es re-fetc h.
  7   $PRISME_RO LES_URL =  'https:// DNS . DNS     : PORT /rails_pri sme/roles/ get_ssoi_r oles.json' ;
  8   #$PRISME_R OLES_URL =  'http://l ocalhost:3 000/roles/ get_ssoi_r oles.json' ;
  9   $REQUIRED_ ROLES = [' super_user ','adminis trator'];  #at least  one of the se role mu st be pres ent to pre vent the d readed 'FO RBIDDEN'!
  10   $CGI_USER_ NAME = 'id ';
  11   $LOG_HEADE RS=0; #0 i s false 1  is true, l ogs at the  info log  level.
  12   $ACCEPT_AL L_REQUESTS =0; #if 0  works as e xpected (r ole valida tion occur s), if 1 r ole valida tion is di sabled
  13   1;