Changeset 2246

Show
Ignore:
Timestamp:
06/24/08 14:55:57 (4 months ago)
Author:
dsugar
Message:

fix some stupid errors with access checking
related to ticket:192

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/framework-plugin/src/com/tresys/framework/plugin/builder/AccessCheckBuilder.java

    r2144 r2246  
    460460                                String sSensitivity = dom.getSensitivity (); 
    461461                                if (sSensitivity.length () > 0) 
    462                                         sDomContext += ':' + MLSSupport.fixSensitivity (sSensitivity, nCatagories, nSensitivities);                    
     462                                        sDomContext += ':' + MLSSupport.fixSensitivity (sSensitivity, nSensitivities, nCatagories);                    
    463463                        } 
    464464 
     
    482482                                        String sSensitivity = res.getSensitivity (); 
    483483                                        if (sSensitivity.length () > 0) 
    484                                                 sDomContext += ':' + MLSSupport.fixSensitivity (sSensitivity, nCatagories, nSensitivities);                    
     484                                                sResContext += ':' + MLSSupport.fixSensitivity (sSensitivity, nSensitivities, nCatagories);                    
    485485                                } 
    486486