From 4152530e69411f2c9c4e65d4ea0710844b6a6f1b Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 5 Mar 2018 17:18:47 -0600 Subject: [PATCH] Fix new lines Issue: gh-2567 --- docs/manual/src/docs/asciidoc/_includes/preface/index.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/manual/src/docs/asciidoc/_includes/preface/index.adoc b/docs/manual/src/docs/asciidoc/_includes/preface/index.adoc index 3bfd696d32..60baa89c1d 100644 --- a/docs/manual/src/docs/asciidoc/_includes/preface/index.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/preface/index.adoc @@ -33,9 +33,7 @@ Spring Security is not a panacea which will solve all security issues. It is important that the application is designed with security in mind from the start. Attempting to retrofit it is not a good idea. In particular, if you are building a web application, you should be aware of the many potential vulnerabilities such as cross-site scripting, request-forgery and session-hijacking which you should be taking into account from the start. -The OWASP web site (http://www. -owasp. -org/) maintains a top ten list of web application vulnerabilities as well as a lot of useful reference information. +The OWASP web site (http://www.owasp.org/) maintains a top ten list of web application vulnerabilities as well as a lot of useful reference information. We hope that you find this reference guide useful, and we welcome your feedback and <>.