diff --git a/Classes/Controller/GetFileController.php b/Classes/Controller/GetFileController.php index 8b9da0a70..23bf4ca99 100644 --- a/Classes/Controller/GetFileController.php +++ b/Classes/Controller/GetFileController.php @@ -174,7 +174,7 @@ public function attachmentAction() case 'zip': // FIXME Service locations on Fedora host are hard coded $metsUrl = rtrim('http://' . $fedoraHost,"/") . '/mets?pid=' . $piVars['qid']; - $path = rtrim('http://' . $fedoraHost,"/") . '/zip?metsurl=' . rawurlencode($metsUrl); + $path = rtrim('http://' . $fedoraHost,"/") . '/zip?xmdpfilter=true&metsurl=' . rawurlencode($metsUrl); break; default: