Ignore:
Timestamp:
2019-03-08T13:59:41+13:00 (5 years ago)
Author:
davidb
Message:

Copy refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/iiif-servlet/trunk/src/src/main/java/edu/illinois/library/cantaloupe/resource/iiif/v2/GSInformationResource.java

    r32875 r32886  
    2727import org.restlet.resource.Get;
    2828
    29 import org.greenstone.gsdl3.IIIFServerBridge;
     29//import org.greenstone.gsdl3.IIIFServerBridge; // ****
    3030
    3131/**
     
    8888            }
    8989        }
    90 
     90   
     91    final Identifier identifier_image = IdentifierToGSAssocfile.createIdentifierImage(identifier);
     92    final Source source = new SourceFactory().newSource(identifier_image, getDelegateProxy());
     93    /*
    9194    String identifier_str = identifier.toString();
    9295    String[] strs = identifier_str.split(":", 3);
     
    115118    System.err.println("***** identifier_image = " + identifier_image);
    116119    System.err.println("***** source path = " + ((edu.illinois.library.cantaloupe.source.FileSource)source).getPath());
     120    */
    117121   
    118122        // If we are resolving first, or if the source image is not present in
Note: See TracChangeset for help on using the changeset viewer.