Comment 8 for bug 1744797

Revision history for this message
Yaju Mahida (yvm) wrote :

Adjusting ssphp to copy the extlib www/resources/ files into sp/resources/ is a wrong path! It should go to auth/saml/resources.

The /htdocs/auth/saml/extlib/simplesamlphp/templates/post.php code snippet load these files from baseurlpath/resoures/post.js and baseurlpath/resoures/post.css

<head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>POST data</title>
    <script type="text/javascript" src="/<?php echo $this->data['baseurlpath']; ?>resources/post.js"></script>
    <link
        type="text/css" rel="stylesheet" href="/<?php echo $this->data['baseurlpath']; ?>resources/post.css" />
</head>