Skip to content

Commit 1b263cf

Browse files
committed
Fix Keberos Docs http://
Issue gh-17879
1 parent f5fb127 commit 1b263cf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/modules/ROOT/pages/servlet/authentication/kerberos/appendix.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ This was tested using `Windows Server 2012 R2`
201201
====
202202
Internet is full of good articles and videos how to setup Windows AD
203203
but these two are quite usefull
204-
http://www.rackspace.com/knowledge_center/article/installing-active-directory-on-windows-server-2012[Rackspace] and
205-
http://social.technet.microsoft.com/wiki/contents/articles/12370.windows-server-2012-set-up-your-first-domain-controller-step-by-step.aspx[Microsoft
204+
https://www.rackspace.com/knowledge_center/article/installing-active-directory-on-windows-server-2012[Rackspace] and
205+
https://social.technet.microsoft.com/wiki/contents/articles/12370.windows-server-2012-set-up-your-first-domain-controller-step-by-step.aspx[Microsoft
206206
Technet].
207207
====
208208

docs/modules/ROOT/pages/servlet/authentication/kerberos/samples.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Default application is configured as shown below.
172172
app:
173173
user-principal: [email protected]
174174
keytab-location: /tmp/user2.keytab
175-
access-url: http://neo.example.org:8080/hello
175+
access-url: https://neo.example.org:8080/hello
176176
----
177177

178178

@@ -192,8 +192,8 @@ to empty values which disables a use of keytab file.
192192
If operation is succesfull you should see below output with `[email protected]`.
193193
[source,text]
194194
----
195-
<html xmlns="http://www.w3.org/1999/xhtml"
196-
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
195+
<html xmlns="https://www.w3.org/1999/xhtml"
196+
xmlns:sec="https://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
197197
<head>
198198
<title>Spring Security Kerberos Example</title>
199199
</head>
@@ -212,8 +212,8 @@ $ java -jar sec-client-rest-template-{spring-security-version}.jar
212212
If operation is succesfull you should see below output with `[email protected]`.
213213
[source,text]
214214
----
215-
<html xmlns="http://www.w3.org/1999/xhtml"
216-
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
215+
<html xmlns="https://www.w3.org/1999/xhtml"
216+
xmlns:sec="https://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
217217
<head>
218218
<title>Spring Security Kerberos Example</title>
219219
</head>

0 commit comments

Comments
 (0)