From 761d015bf72230e3b61d1d5528a5acfa7d490175 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Fri, 25 Apr 2014 20:59:17 -0400 Subject: [PATCH] made all placeholder URLs https --- .../src/main/webapp/resources/js/client.js | 4 ++-- .../src/main/webapp/resources/js/dynreg.js | 4 ++-- .../main/webapp/resources/template/client.html | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/client.js b/openid-connect-server-webapp/src/main/webapp/resources/js/client.js index c06c806d5..f273aa42a 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/js/client.js +++ b/openid-connect-server-webapp/src/main/webapp/resources/js/client.js @@ -798,7 +798,7 @@ var ClientFormView = Backbone.View.extend({ $("#redirectUris .controls",this.el).html(new ListWidgetView({ type:'uri', - placeholder: 'http://', + placeholder: 'https://', collection: this.redirectUrisCollection}).render().el); // build and bind scopes @@ -828,7 +828,7 @@ var ClientFormView = Backbone.View.extend({ $('#requestUris .controls', this.el).html(new ListWidgetView({ type: 'uri', - placeholder: 'http://', + placeholder: 'https://', collection: this.requestUrisCollection}).render().el); // build and bind default ACR values diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/dynreg.js b/openid-connect-server-webapp/src/main/webapp/resources/js/dynreg.js index 32957d46d..6e487ea08 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/js/dynreg.js +++ b/openid-connect-server-webapp/src/main/webapp/resources/js/dynreg.js @@ -368,7 +368,7 @@ var DynRegEditView = Backbone.View.extend({ $("#redirectUris .controls",this.el).html(new ListWidgetView({ type:'uri', - placeholder: 'http://', + placeholder: 'https://', collection: this.redirectUrisCollection}).render().el); // build and bind scopes @@ -400,7 +400,7 @@ var DynRegEditView = Backbone.View.extend({ $('#requestUris .controls', this.el).html(new ListWidgetView({ type: 'uri', - placeholder: 'http://', + placeholder: 'https://', collection: this.requestUrisCollection}).render().el); // build and bind default ACR values diff --git a/openid-connect-server-webapp/src/main/webapp/resources/template/client.html b/openid-connect-server-webapp/src/main/webapp/resources/template/client.html index e4b7ca3bd..960eae627 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/template/client.html +++ b/openid-connect-server-webapp/src/main/webapp/resources/template/client.html @@ -195,7 +195,7 @@
- +

URL that points to a logo image, will be displayed on approval page

@@ -210,7 +210,7 @@
- +

URL for the Terms of Service of this client, will be displayed to the user

@@ -218,7 +218,7 @@
- +

URL for the Policy Statement of this client, will be displayed to the user

@@ -226,7 +226,7 @@
- +

URL for the client's home page, will be displayed to the user

@@ -346,7 +346,7 @@
- +

Sector Identifier for JavaScript

@@ -423,7 +423,7 @@
- +

URL for the client's JSON Web Key set

@@ -649,7 +649,7 @@
- +

URL to initiate login on the client

@@ -657,7 +657,7 @@
- +

URL to redirect the client to after a logout operation