Project

General

Profile

« Previous | Next » 

Revision 4213

Added by daigle over 15 years ago

qualify xml and eml properties with an xml. prefix

View differences:

AccessControlList.java
129 129
                           String user, String[] groups, int serverCode)
130 130
                  throws SAXException, IOException, McdbException, PropertyNotFoundException
131 131
  {
132
		String parserName = PropertyService.getProperty("saxparser");
132
		String parserName = PropertyService.getProperty("xml.saxparser");
133 133
		this.server = SystemUtil.getSecureServerURL();
134 134
		this.sep = PropertyService.getProperty("document.accNumSeparator");
135 135

  
......
672 672
  {
673 673
    StringBuffer output = new StringBuffer();
674 674
    StringBuffer outTemp = new StringBuffer();
675
    String accDoctype = PropertyService.getProperty("accessdoctype");
676
    String server = PropertyService.getProperty("server");
675
    String accDoctype = PropertyService.getProperty("xml.accessdoctype");
676
    String server = PropertyService.getProperty("server.name");
677 677
    String docurl = "metacat://" + server + "/?docid=" + docid;
678 678
    String systemID;
679 679
    boolean isOwned = false;

Also available in: Unified diff