Changeset 6859


Ignore:
Timestamp:
2004-02-23T11:06:08+13:00 (20 years ago)
Author:
kjdon
Message:

added in Davids fix for something which I can't remember - now catches another exception type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/msm/GreenstoneArchiveParser.java

    r6639 r6859  
    161161                try {
    162162                    value = Utility.decodeGreenstone(URLDecoder.decode(MSMUtils.getValue(metadata_element), "UTF-8"));
     163                }
     164                catch(IllegalArgumentException error) { // ****
     165                    value = Utility.decodeGreenstone(MSMUtils.getValue(metadata_element));
    163166                }
    164167                catch(UnsupportedEncodingException error) {
Note: See TracChangeset for help on using the changeset viewer.