Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-1684

Path of stylesheets of the login page is incorrect

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Top
    • Resolution: Fixed
    • 2.01.00m06.4
    • 2.01.00m07-rc1
    • None
    • None

    Description

      Deployment in Tomcat in http://server/cms results in the following headers:

      <link rel="stylesheet" type="text/css" href="../skin/screen.css" />
      <link rel="stylesheet" type="text/css" href="../skin/login.css" />

      Resulting in a lookup to a non existent context "skin".

      They should be:

      <link rel="stylesheet" type="text/css" href="skin/screen.css" />
      <link rel="stylesheet" type="text/css" href="skin/login.css" />

      Or:

      <link rel="stylesheet" type="text/css" href="./skin/screen.css" />
      <link rel="stylesheet" type="text/css" href="./skin/login.css" />

      Attachments

        Activity

          People

            abogaart Arthur Bogaart
            bvdschans Bart van der Schans (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: