Changeset 3997


Ignore:
Timestamp:
2003-03-26T12:13:13+12:00 (21 years ago)
Author:
kjdon
Message:

added a comment

Location:
trunk/gsdl3/src/java/org/greenstone/gsdl3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/action/DocumentAction.java

    r3987 r3997  
    219219    page.appendChild(page_request);
    220220
    221     // get the collection or cluster description
     221    // get the collection or cluster description - for the httpAddress type metadata
    222222    Element coll_about_message = doc_.createElement(GSXML.MESSAGE_ELEM);
    223223    Element coll_about_request = GSXML.createBasicRequest(doc_, GSXML.REQUEST_TYPE_DESCRIBE,  collection, page.getAttribute(GSXML.LANG_ATT));
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/service/GS2MGRetrieve.java

    r3990 r3997  
    122122        long doc_num = gdbm_src_.oid2Docnum(doc_id);
    123123        String doc_content = mg_src_.getDocument(basedir, textdir, doc_num);
     124        // replace _httpimg_ with the correct address
    124125        doc_content = resolveImages(doc_content, doc_id);
    125126        // Stick it in a text node
Note: See TracChangeset for help on using the changeset viewer.