try that again
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 2 Nov 2007 12:07:26 +0000 (12:07 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 2 Nov 2007 12:07:26 +0000 (12:07 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2443 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

resources/webpages/error.jsp
resources/webpages/login.jsp

index f234105..2cecb63 100644 (file)
@@ -7,7 +7,7 @@
 <html>
 
 <body>
-       <img src="/images/logo.jpg" />
+       <img src="<%= request.getContextPath() %>/images/logo.jpg" />
        <h3>ERROR</h3>
        Error Message: <%= error.getMessage() %>
        
index f8ec1a0..531d6a8 100644 (file)
@@ -1,7 +1,7 @@
 <html>
 
        <body>
-       <img src="/images/logo.jpg" />
+       <img src="<%= request.getContextPath() %>/images/logo.jpg" />
        <h2>Shibboleth Identity Provider Login</h2>
        <table>
                <tr>