File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed 
components/webac/src/main 
java/org/trellisldp/webac 
resources/org/trellisldp/webac Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ private List<Authorization> getDefaultRootAuthorizations() {
123123    private  Dataset  generateDefaultRootAuthorizationsDataset () {
124124        final  Dataset  dataset  = rdf .createDataset ();
125125        final  String  location  = getConfig ().getOptionalValue (CONFIG_WEBAC_ROOT_ACL_LOCATION , String .class )
126-             .orElse ("defaultAcl.ttl" );
126+             .orElse ("/org/trellisldp/webac/ defaultAcl.ttl" );
127127        try  (final  InputStream  is  = Thread .currentThread ().getContextClassLoader ().getResourceAsStream (location )) {
128128            if  (ioService  != null  && is  != null ) {
129129                ioService .read (is , TURTLE , TRELLIS_DATA_PREFIX )
File renamed without changes.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments