Project

General

Profile

« Previous | Next » 

Revision 887

Added by berkley over 22 years ago

made it so we can now use multiple accessfilestypes and packagdfiletypes in the metacat.properties file. Also fixed a bug introduced when the 'http://' was removed from behind the server name in the loaddtd.sql script and the knb.xml file

View differences:

AccessControlList.java
844 844
    try {
845 845
      
846 846
      isOwned = isOwned(docid, user);
847
      systemID = getSystemID(accDoctype);
847
      systemID = getSystemID((String)MetaCatUtil.getOptionList(accDoctype).elementAt(0));
848 848
      publicAcc = getPublicAccess(docid);
849 849
        
850 850
      output.append("<?xml version=\"1.0\"?>\n");

Also available in: Unified diff