Project

General

Profile

« Previous | Next » 

Revision 9673

Added by Chris Jones about 8 years ago

Merge the changes from the 2.6 branch into the trunk, fixing filename construction.

refs https://github.nceas.ucsb.edu/KNB/arctic-data/issues/151

View differences:

MNResourceHandler.java
1274 1274
	            }
1275 1275
	            filename = id.getValue();
1276 1276
	            if (extension != null) {
1277
	            	filename = id.getValue() + extension;
1277
	            	filename = id.getValue() + "." + extension;
1278 1278
	            }
1279 1279
            }
1280 1280
            response.setContentType(mimeType);
1281 1281

  

Also available in: Unified diff