71. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/25/2018 2:13:00 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.

71.1 Files compared

# Location File Last Modified
1 build 3.zip\build 3\MHLTH_YS_137_Source\JavaScript\resources\javaJDF-1.8.0\jre\lib net.properties Thu Sep 6 11:37:36 2018 UTC
2 build 3.zip\build 3\MHLTH_YS_137_Source\JavaScript\resources\javaJDF-1.8.0\jre\lib net.properties Wed Sep 12 16:09:39 2018 UTC

71.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 6 192
Changed 5 10
Inserted 0 0
Removed 0 0

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

71.4 Active regular expressions

No regular expressions were active.

71.5 Comparison detail

  1   ########## ########## ########## ########## ########## ##########
  2   #       De fault Netw orking Con figuration  File
  3   #
  4   # This fil e may cont ain defaul t values f or the net working sy stem prope rties.
  5   # These va lues are o nly used w hen the sy stem prope rties are  not specif ied
  6   # on the c ommand lin e or set p rogramatic ally.
  7   # For now,  only the  various pr oxy settin gs can be  configured  here.
  8   ########## ########## ########## ########## ########## ##########
  9  
  10   # Whether  or not the  DefaultPr oxySelecto r will def ault to Sy stem Proxy
  11   # settings  when they  do exist.
  12   # Set it t o 'true' t o enable t his featur e and chec k for plat form
  13   # specific  proxy set tings
  14   # Note tha t the syst em propert ies that d o explicit ely set pr oxies
  15   # (like ht tp.proxyHo st) do tak e preceden ce over th e system s ettings
  16   # even if  java.net.u seSystemPr oxies is s et to true .
  17    
  18   java.net.u seSystemPr oxies=fals e
  19  
  20   #--------- ---------- ---------- ---------- ---------- ---------- ---------- ---
  21   # Proxy co nfiguratio n for the  various pr otocol han dlers.
  22   # DO NOT u ncomment t hese lines  if you ha ve set jav a.net.useS ystemProxi es
  23   # to true  as the pro tocol spec ific prope rties will  take prec edence ove r
  24   # system s ettings.
  25   #--------- ---------- ---------- ---------- ---------- ---------- ---------- ---
  26  
  27   # HTTP Pro xy setting s. proxyHo st is the  name of th e proxy se rver
  28   # (e.g. pr oxy.mydoma in.com), p roxyPort i s the port  number to  use (defa ult
  29   # value is  80) and n onProxyHos ts is a '| ' separate d list of  hostnames  which
  30   # should b e accessed  directly,  ignoring  the proxy  server (de fault valu e is
  31   # localhos t & 127.0. 0.1).
  32   #
  33   # http.pro xyHost=
  34   # http.pro xyP ORT    
  35   http.nonPr oxyHosts=l ocalhost|1 27.*|[::1]
  36   #
  37   # HTTPS Pr oxy Settin gs. proxyH ost is the  name of t he proxy s erver
  38   # (e.g. pr oxy.mydoma in.com), p roxyPort i s the port  number to  use (defa ult
  39   # value is  443). The  HTTPS pro tocol hand lers uses  the http n onProxyHos ts list.
  40   #
  41   # https.pr oxyHost=
  42   # https.pr oxyP ORT     
  43   #
  44   # FTP Prox y settings . proxyHos t is the n ame of the  proxy ser ver
  45   # (e.g. pr oxy.mydoma in.com), p roxyPort i s the port  number to  use (defa ult
  46   # value is  80) and n onProxyHos ts is a '| ' separate d list of  hostnames  which
  47   # should b e accessed  directly,  ignoring  the proxy  server (de fault valu e is
  48   # localhos t & 127.0. 0.1).
  49   #
  50   # ftp.prox yHost=
  51   # ftp.prox yP ORT    
  52   ftp.nonPro xyHosts=lo calhost|12 7.*|[::1]
  53   #
  54   # Gopher P roxy setti ngs. proxy Host is th e name of  the proxy  server
  55   # (e.g. pr oxy.mydoma in.com), p roxyPort i s the port  number to  use (defa ult
  56   # value is  80)
  57   #
  58   # gopher.p roxyHost=
  59   # gopher.p roxyP ORT    
  60   #
  61   # Socks pr oxy settin gs. socksP roxyHost i s the name  of the pr oxy server
  62   # (e.g. so cks.domain .com), soc ksProxyPor t is the p ort number  to use
  63   # (default  value is  1080)
  64   #
  65   # socksPro xyHost=
  66   # socksPro xyP ORT      
  67   #
  68   # HTTP Kee p Alive se ttings. re mainingDat a is the m aximum amo unt of dat a
  69   # in kilob ytes that  will be cl eaned off  the underl ying socke t so that  it 
  70   # can be r eused (def ault value  is 512K),  queuedCon nections i s the maxi mum 
  71   # number o f Keep Ali ve connect ions to be  on the qu eue for cl ean up (de fault
  72   # value is  10).
  73   # http.Kee pAlive.rem ainingData =512
  74   # http.Kee pAlive.que uedConnect ions=10
  75  
  76   # Authenti cation Sch eme restri ctions for  HTTP and  HTTPS.
  77   #
  78   # In some  environmen ts certain  authentic ation sche mes may be  undesirab le
  79   # when pro xying HTTP  or HTTPS.   For exam ple, "Basi c" results  in effect ively the
  80   # cleartex t transmis sion of th e user's p assword ov er the phy sical netw ork.
  81   # This sec tion descr ibes the m echanism f or disabli ng authent ication sc hemes
  82   # based on  the schem e name. Di sabled sch emes will  be treated  as if the y are not
  83   # supporte d by the i mplementat ion.
  84   #
  85   # The 'jdk .http.auth .tunneling .disabledS chemes' pr operty lis ts the aut henticatio n
  86   # schemes  that will  be disable d when tun neling HTT PS over a  proxy, HTT P CONNECT.
  87   # The 'jdk .http.auth .proxying. disabledSc hemes' pro perty list s the auth entication
  88   # schemes  that will  be disable d when pro xying HTTP .
  89   #
  90   # In both  cases the  property i s a comma- separated  list of, c ase-insens itive,
  91   # authenti cation sch eme names,  as define d by their  relevant  RFCs. An
  92   # implemen tation may , but is n ot require d to, supp ort common  schemes w hose names
  93   # include:  'Basic',  'Digest',  'NTLM', 'K erberos',  'Negotiate '.  A sche me that
  94   # is not k nown, or n ot support ed, by the  implement ation is i gnored.
  95   #
  96   # Note: Th is propert y is curre ntly used  by the JDK  Reference  implement ation. It
  97   # is not g uaranteed  to be exam ined and u sed by oth er impleme ntations.
  98   #
  99   #jdk.http. auth.proxy ing.disabl edSchemes=
  100   jdk.http.a uth.tunnel ing.disabl edSchemes= Basic
  101