This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f4c9a4  SLING-8018 - Form login page styling broken when using a 
context path
1f4c9a4 is described below

commit 1f4c9a401f1469e4b1b8f8a770d1c5a66f88e0ab
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Oct 15 17:47:27 2018 +0200

    SLING-8018 - Form login page styling broken when using a context path
    
    Use relative paths
---
 src/main/resources/org/apache/sling/auth/form/impl/login.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/org/apache/sling/auth/form/impl/login.html 
b/src/main/resources/org/apache/sling/auth/form/impl/login.html
index aecad2f..5816904 100644
--- a/src/main/resources/org/apache/sling/auth/form/impl/login.html
+++ b/src/main/resources/org/apache/sling/auth/form/impl/login.html
@@ -23,17 +23,17 @@
         <meta http-equiv="X-UA-Compatible" content="IE=edge" />
         <meta name="viewport" content="width=device-width, initial-scale=1" />
         <title>Login to Apache Sling</title>
-        <link href="/content/starter/css/bundle.css" rel="stylesheet" />
+        <link href="../../../content/starter/css/bundle.css" rel="stylesheet" 
/>
     </head>
     <body>
         <div class="Grid Fit-Medium Home-Grid">
             <div class="Gradient"></div>
             <header class="Cell Medium-35 Large-25 Align-Center Logos">
                 <a href="http://sling.apache.org"; target="_blank" 
id="sling-logo" title="Visit the Apache Sling website">
-                    <img src="/content/starter/sling-logo.svg" alt="Apache 
Sling Logo"/>
+                    <img src="../../../content/starter/sling-logo.svg" 
alt="Apache Sling Logo"/>
                 </a>
                 <a href="http://apache.org"; target="_blank" id="asf-logo" 
title="Visit the Apache Software Foundation website">
-                    <img src="/content/starter/img/asf-logo.svg" alt="Apache 
Software Foundation Logo"/>
+                    <img src="../../../content/starter/img/asf-logo.svg" 
alt="Apache Software Foundation Logo"/>
                 </a>
             </header>
             <div class="Cell Align-Center Main-Content">

Reply via email to