Skip to content
Snippets Groups Projects
Verified Commit 5624acbe authored by Damien's avatar Damien
Browse files

FEAT #13747 TIME 0:50 Fix jnlp without cookies

parent b6e1d946
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,9 @@ class JnlpController
}
$allCookies .= $body['cookies'];
}
if (empty($allCookies)) {
$allCookies = 'noCookie=noCookie';
}
$loadedXml = CoreConfigModel::getXmlLoaded(['path' => 'modules/content_management/xml/config.xml']);
$jarPath = $coreUrl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment