Author: ips
Date: 2010-07-22 11:58:01 -0400 (Thu, 22 Jul 2010)
New Revision: 962
Modified:
branches/EmbJopr_1_3/core/src/main/webapp/index.html
branches/EmbJopr_1_3/core/src/main/webapp/index.xhtml
Log:
provide user with a link to the login page on index.html and index.xhtml in case the meta
redirect does not work due to browser security settings
(
https://jira.jboss.org/browse/EMBJOPR-248)
Modified: branches/EmbJopr_1_3/core/src/main/webapp/index.html
===================================================================
--- branches/EmbJopr_1_3/core/src/main/webapp/index.html 2010-07-21 20:56:47 UTC (rev
961)
+++ branches/EmbJopr_1_3/core/src/main/webapp/index.html 2010-07-22 15:58:01 UTC (rev
962)
@@ -1,6 +1,6 @@
<!--
~ Embedded Jopr Project
- ~ Copyright (C) 2006-2009 Red Hat, Inc.
+ ~ Copyright (C) 2006-2010 Red Hat, Inc.
~ All rights reserved.
~
~ This program is free software; you can redistribute it and/or modify
@@ -21,4 +21,11 @@
<head>
<meta http-equiv="Refresh" content="0; URL=index.seam"/>
</head>
-</html>
\ No newline at end of file
+
+<body>
+ <p>Redirecting to the start page. If you are not redirected within a few
seconds, click
+ <a href="index.seam">here</a>.</p>
+</body>
+
+</html>
+
Modified: branches/EmbJopr_1_3/core/src/main/webapp/index.xhtml
===================================================================
--- branches/EmbJopr_1_3/core/src/main/webapp/index.xhtml 2010-07-21 20:56:47 UTC (rev
961)
+++ branches/EmbJopr_1_3/core/src/main/webapp/index.xhtml 2010-07-22 15:58:01 UTC (rev
962)
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
~ Embedded Jopr Project
- ~ Copyright (C) 2006-2009 Red Hat, Inc.
+ ~ Copyright (C) 2006-2010 Red Hat, Inc.
~ All rights reserved.
~
~ This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,11 @@
<meta http-equiv="Refresh" content="0;
URL=secure/summary.seam"/>
</head>
- <body/>
+ <body>
+ <p>Redirecting to the login page. If you are not redirected within a few
seconds, click
+ <a href="secure/summary.seam">here</a>.</p>
+ </body>
</f:view>
-</html>
\ No newline at end of file
+</html>
+