Project

General

Profile

« Previous | Next » 

Revision 4123

Added by daigle almost 16 years ago

Append context url onto system id instead of server url.

View differences:

DocumentImpl.java
1811 1811
                    this.system_id = rs.getString(1);
1812 1812
                    // system id may not have server url on front.  Add it if not.
1813 1813
                    if (!system_id.startsWith("http://")) {
1814
                    	system_id = SystemUtil.getServerURL() + system_id;
1814
                    	system_id = SystemUtil.getContextURL() + system_id;
1815 1815
                    }
1816 1816
                    this.validateType = rs.getString(2);
1817 1817

  

Also available in: Unified diff