/* --------------------------------
* using mets file
* --------------------------------*/
if (new MetadatenVerifizierung().validate(this.getProzess()) && this.metsURL != null) {
/* if no contentserverurl defined use internal goobiContentServerServlet */
if (contentServerUrl == null || contentServerUrl.length() == 0) {
contentServerUrl = this.internalServletPath + "/gcs/gcs?action=pdf&metsFile=";
}
goobiContentServerUrl = new URL(contentServerUrl + this.metsURL);