6. Araxis Merge File Comparison Report

Produced by Araxis Merge on 11/20/2017 2:15:51 PM GMT Standard 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.

6.1 Files compared

# Location File Last Modified
1 Mon Nov 20 14:15:51 2017 UTC
2 C:\Merge Test Files\8.5.23\java\org\apache\catalina\authenticator\jaspic SimpleAuthConfigProvider.java Thu Sep 28 11:32:16 2017 UTC
3 C:\Merge Test Files\9.0.1\java\org\apache\catalina\authenticator\jaspic SimpleAuthConfigProvider.java Wed Sep 27 18:33:40 2017 UTC
Note: Merge considers the second file to be the common ancestor of the others.

6.2 Comparison summary

Description Between
Files 1 and 2
Between
Files 2 and 3
Relative to
Common Ancestor
Text Blocks Lines Text Blocks Lines Text Blocks Lines
Unchanged 0 0 1 178
Changed 0 0 0 0 0 0
Inserted 1 89 0 0 0 0
Removed 0 0 0 0 1 89
Note: An automatic merge would leave 0 conflict(s).

6.3 Comparison options

Whitespace Consecutive whitespace is treated as a single space
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

6.4 Active regular expressions

No regular expressions were active.

6.5 Comparison detail

        1   /**   1   /**
        2    *  Licens ed to the  Apache Sof tware Foun dation (AS F) under o ne or more   2    *  Licens ed to the  Apache Sof tware Foun dation (AS F) under o ne or more
        3    *  contri butor lice nse agreem ents.  See  the NOTIC E file dis tributed w ith   3    *  contri butor lice nse agreem ents.  See  the NOTIC E file dis tributed w ith
        4    *  this w ork for ad ditional i nformation  regarding  copyright  ownership .   4    *  this w ork for ad ditional i nformation  regarding  copyright  ownership .
        5    *  The AS F licenses  this file  to You un der the Ap ache Licen se, Versio n 2.0   5    *  The AS F licenses  this file  to You un der the Ap ache Licen se, Versio n 2.0
        6    *  (the " License");  you may n ot use thi s file exc ept in com pliance wi th   6    *  (the " License");  you may n ot use thi s file exc ept in com pliance wi th
        7    *  the Li cense.  Yo u may obta in a copy  of the Lic ense at   7    *  the Li cense.  Yo u may obta in a copy  of the Lic ense at
        8    *   8    *
        9    *     htt p://www.ap ache.org/l icenses/LI CENSE-2.0   9    *     htt p://www.ap ache.org/l icenses/LI CENSE-2.0
        10    *   10    *
        11    *  Unless  required  by applica ble law or  agreed to  in writin g, softwar e   11    *  Unless  required  by applica ble law or  agreed to  in writin g, softwar e
        12    *  distri buted unde r the Lice nse is dis tributed o n an "AS I S" BASIS,   12    *  distri buted unde r the Lice nse is dis tributed o n an "AS I S" BASIS,
        13    *  WITHOU T WARRANTI ES OR COND ITIONS OF  ANY KIND,  either exp ress or im plied.   13    *  WITHOU T WARRANTI ES OR COND ITIONS OF  ANY KIND,  either exp ress or im plied.
        14    *  See th e License  for the sp ecific lan guage gove rning perm issions an d   14    *  See th e License  for the sp ecific lan guage gove rning perm issions an d
        15    *  limita tions unde r the Lice nse.   15    *  limita tions unde r the Lice nse.
        16    */   16    */
        17   package or g.apache.c atalina.au thenticato r.jaspic;   17   package or g.apache.c atalina.au thenticato r.jaspic;
        18     18  
        19   import jav a.util.Map ;   19   import jav a.util.Map ;
        20     20  
        21   import jav ax.securit y.auth.cal lback.Call backHandle r;   21   import jav ax.securit y.auth.cal lback.Call backHandle r;
        22   import jav ax.securit y.auth.mes sage.AuthE xception;   22   import jav ax.securit y.auth.mes sage.AuthE xception;
        23   import jav ax.securit y.auth.mes sage.confi g.AuthConf igFactory;   23   import jav ax.securit y.auth.mes sage.confi g.AuthConf igFactory;
        24   import jav ax.securit y.auth.mes sage.confi g.AuthConf igProvider ;   24   import jav ax.securit y.auth.mes sage.confi g.AuthConf igProvider ;
        25   import jav ax.securit y.auth.mes sage.confi g.ClientAu thConfig;   25   import jav ax.securit y.auth.mes sage.confi g.ClientAu thConfig;
        26   import jav ax.securit y.auth.mes sage.confi g.ServerAu thConfig;   26   import jav ax.securit y.auth.mes sage.confi g.ServerAu thConfig;
        27     27  
        28   /**   28   /**
        29    * Basic i mplementat ion primar ily intend ed for use  when usin g third-pa rty   29    * Basic i mplementat ion primar ily intend ed for use  when usin g third-pa rty
        30    * {@link  javax.secu rity.auth. message.mo dule.Serve rAuthModul e} impleme ntations   30    * {@link  javax.secu rity.auth. message.mo dule.Serve rAuthModul e} impleme ntations
        31    * that on ly provide  the modul e.   31    * that on ly provide  the modul e.
        32    */   32    */
        33   public cla ss SimpleA uthConfigP rovider im plements A uthConfigP rovider {   33   public cla ss SimpleA uthConfigP rovider im plements A uthConfigP rovider {
        34     34  
        35       privat e final Ma p<String,S tring> pro perties;   35       privat e final Ma p<String,S tring> pro perties;
        36     36  
        37       privat e volatile  ServerAut hConfig se rverAuthCo nfig;   37       privat e volatile  ServerAut hConfig se rverAuthCo nfig;
        38     38  
        39       public  SimpleAut hConfigPro vider(Map< String,Str ing> prope rties, Aut hConfigFac tory facto ry) {   39       public  SimpleAut hConfigPro vider(Map< String,Str ing> prope rties, Aut hConfigFac tory facto ry) {
        40           th is.propert ies = prop erties;   40           th is.propert ies = prop erties;
        41           if  (factory  != null) {   41           if  (factory  != null) {
        42                factory. registerCo nfigProvid er(this, n ull, null,  "Automati c registra tion");   42                factory. registerCo nfigProvid er(this, n ull, null,  "Automati c registra tion");
        43           }   43           }
        44       }   44       }
        45     45  
        46     46  
        47       /**   47       /**
        48        * {@i nheritDoc}   48        * {@i nheritDoc}
        49        * <p>   49        * <p>
        50        * Thi s implemen tation doe s not supp ort client -side auth entication  and   50        * Thi s implemen tation doe s not supp ort client -side auth entication  and
        51        * the refore alw ays return s {@code n ull}.   51        * the refore alw ays return s {@code n ull}.
        52        */   52        */
        53       @Overr ide   53       @Overr ide
        54       public  ClientAut hConfig ge tClientAut hConfig(St ring layer , String a ppContext,   54       public  ClientAut hConfig ge tClientAut hConfig(St ring layer , String a ppContext,
        55                Callback Handler ha ndler) thr ows AuthEx ception {   55                Callback Handler ha ndler) thr ows AuthEx ception {
        56           re turn null;   56           re turn null;
        57       }   57       }
        58     58  
        59     59  
        60       @Overr ide   60       @Overr ide
        61       public  ServerAut hConfig ge tServerAut hConfig(St ring layer , String a ppContext,   61       public  ServerAut hConfig ge tServerAut hConfig(St ring layer , String a ppContext,
        62                Callback Handler ha ndler) thr ows AuthEx ception {   62                Callback Handler ha ndler) thr ows AuthEx ception {
        63           Se rverAuthCo nfig serve rAuthConfi g = this.s erverAuthC onfig;   63           Se rverAuthCo nfig serve rAuthConfi g = this.s erverAuthC onfig;
        64           if  (serverAu thConfig = = null) {   64           if  (serverAu thConfig = = null) {
        65                synchron ized (this ) {   65                synchron ized (this ) {
        66                    if ( this.serve rAuthConfi g == null)  {   66                    if ( this.serve rAuthConfi g == null)  {
        67                         this.serve rAuthConfi g = create ServerAuth Config(lay er, appCon text, hand ler, prope rties);   67                         this.serve rAuthConfi g = create ServerAuth Config(lay er, appCon text, hand ler, prope rties);
        68                    }   68                    }
        69                    serv erAuthConf ig = this. serverAuth Config;   69                    serv erAuthConf ig = this. serverAuth Config;
        70                }   70                }
        71           }   71           }
        72           re turn serve rAuthConfi g;   72           re turn serve rAuthConfi g;
        73       }   73       }
        74     74  
        75     75  
        76       protec ted Server AuthConfig  createSer verAuthCon fig(String  layer, St ring appCo ntext,   76       protec ted Server AuthConfig  createSer verAuthCon fig(String  layer, St ring appCo ntext,
        77                Callback Handler ha ndler, Map <String,St ring> prop erties) {   77                Callback Handler ha ndler, Map <String,St ring> prop erties) {
        78           re turn new S impleServe rAuthConfi g(layer, a ppContext,  handler,  properties );   78           re turn new S impleServe rAuthConfi g(layer, a ppContext,  handler,  properties );
        79       }   79       }
        80     80  
        81     81  
        82       @Overr ide   82       @Overr ide
        83       public  void refr esh() {   83       public  void refr esh() {
        84           Se rverAuthCo nfig serve rAuthConfi g = this.s erverAuthC onfig;   84           Se rverAuthCo nfig serve rAuthConfi g = this.s erverAuthC onfig;
        85           if  (serverAu thConfig ! = null) {   85           if  (serverAu thConfig ! = null) {
        86                serverAu thConfig.r efresh();   86                serverAu thConfig.r efresh();
        87           }   87           }
        88       }   88       }
        89   }   89   }