You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by jb...@apache.org on 2016/01/28 16:24:10 UTC

cxf-fediz git commit: Fix default selection of home realm.

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 9f95f6d21 -> 1e1f48b48


Fix default selection of home realm.


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

Branch: refs/heads/master
Commit: 1e1f48b48fc2cb506a8b1ed7633e5d57f321dc21
Parents: 9f95f6d
Author: Jan Bernhardt <jb...@talend.com>
Authored: Thu Jan 28 16:23:36 2016 +0100
Committer: Jan Bernhardt <jb...@talend.com>
Committed: Thu Jan 28 16:23:36 2016 +0100

----------------------------------------------------------------------
 services/oidc/src/main/webapp/WEB-INF/views/registerClient.jsp | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/1e1f48b4/services/oidc/src/main/webapp/WEB-INF/views/registerClient.jsp
----------------------------------------------------------------------
diff --git a/services/oidc/src/main/webapp/WEB-INF/views/registerClient.jsp b/services/oidc/src/main/webapp/WEB-INF/views/registerClient.jsp
index c88252b..b610053 100644
--- a/services/oidc/src/main/webapp/WEB-INF/views/registerClient.jsp
+++ b/services/oidc/src/main/webapp/WEB-INF/views/registerClient.jsp
@@ -97,10 +97,6 @@ input, select, button {
 					<%
 					    if (!reg.getHomeRealms().entrySet().isEmpty()) {
 							Iterator<Map.Entry<String, String>> it = reg.getHomeRealms().entrySet().iterator();
-							Map.Entry<String, String> firstEntry = it.next();
-					%>
-					<option value="<%=firstEntry.getKey()%>" selected><%=firstEntry.getValue()%></option>
-					<%
 					    	while (it.hasNext()) {
 								Map.Entry<String, String> e = it.next();
 					%>