Project

General

Profile

« Previous | Next » 

Revision 1481

Added by Jing Tao about 21 years ago

Fixed bug that the parser can't handle a eml without access.

View differences:

src/edu/ucsb/nceas/metacat/EmlSAXHandler.java
584 584
    }//if
585 585
    else
586 586
    {
587
      // couldn't find a access section object and throw an exception
588
      throw new SAXException("couldn't find access control for document: "+
589
                             docid);
587
      // couldn't find a access section object 
588
      MetaCatUtil.debugMessage("couldn't find access control for document: "+
589
                                docid, 35);
590 590
    }
591 591
    
592 592
  }//writeTopLevelAccessRuletoDB

Also available in: Unified diff