File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
docs/modules/ROOT/pages/servlet/authentication/kerberos Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ This was tested using `Windows Server 2012 R2`
201201====
202202Internet is full of good articles and videos how to setup Windows AD
203203but 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
206206Technet].
207207====
208208
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ Default application is configured as shown below.
172172app:
173173174174 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.
192192If 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
212212If 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>
You can’t perform that action at this time.
0 commit comments