You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2016/05/23 15:05:49 UTC

cxf-fediz git commit: Fixing error jsps

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 1c7e6f7d1 -> c4641d852


Fixing error jsps


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/c4641d85
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/c4641d85
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/c4641d85

Branch: refs/heads/master
Commit: c4641d852531be69e20f13afdf318a9aa802367a
Parents: 1c7e6f7
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon May 23 16:05:38 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon May 23 16:05:38 2016 +0100

----------------------------------------------------------------------
 .../oidc/src/main/webapp/WEB-INF/views/invalidRegistration.jsp   | 4 ++--
 services/oidc/src/main/webapp/WEB-INF/views/oAuthError.jsp       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c4641d85/services/oidc/src/main/webapp/WEB-INF/views/invalidRegistration.jsp
----------------------------------------------------------------------
diff --git a/services/oidc/src/main/webapp/WEB-INF/views/invalidRegistration.jsp b/services/oidc/src/main/webapp/WEB-INF/views/invalidRegistration.jsp
index 84306c6..9681b2c 100644
--- a/services/oidc/src/main/webapp/WEB-INF/views/invalidRegistration.jsp
+++ b/services/oidc/src/main/webapp/WEB-INF/views/invalidRegistration.jsp
@@ -16,8 +16,8 @@
 <div class="padded">
 <h2><%= invalidReg.getMessage() %></h2>
 <br/>
-<p>Return to <a href="<%=basePath%>clients/register">Client registration</a></p>
-<p>Return to <a href="<%=basePath%>clients">registered Clients</a></p>
+<p>Return to <a href="<%=basePath%>console/clients/register">Client registration</a></p>
+<p>Return to <a href="<%=basePath%>console/clients">registered Clients</a></p>
 </div>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c4641d85/services/oidc/src/main/webapp/WEB-INF/views/oAuthError.jsp
----------------------------------------------------------------------
diff --git a/services/oidc/src/main/webapp/WEB-INF/views/oAuthError.jsp b/services/oidc/src/main/webapp/WEB-INF/views/oAuthError.jsp
index 51e0274..040ec30 100644
--- a/services/oidc/src/main/webapp/WEB-INF/views/oAuthError.jsp
+++ b/services/oidc/src/main/webapp/WEB-INF/views/oAuthError.jsp
@@ -26,7 +26,7 @@ Authorization error: <%= error.getError() %>
 </h1>
 <br/>
 <p>
-Back to <a href="<%= basePath %>clients">Client Registration page</a>
+Back to <a href="<%= basePath %>console/clients">Client Registration page</a>
 </p>
 </big></big>
 </div>