OPENDAP / hdf5_handler

BES module to read hdf5 files
GNU Lesser General Public License v2.1
6 stars 3 forks source link

Fixes a state problem with the DMR cache. #14

Closed ndp-opendap closed 4 years ago

ndp-opendap commented 4 years ago

When DMR objects are cached they contain the xml:base of the request that brought the DMR instance into being. Unfortunately, the value of xml:base for a particular dataset may change per request, as different clients may access the server through different domain names. This PR adds the insertion of the current request's xml:base context value into the DMR after a DMR copy is retrieved from cache.