Skip to content

Commit 7c39130

Browse files
ngocnhan-tran1996sbrannen
authored andcommitted
Fix formatting and update links to scripting libraries and HDIV
Closes gh-34603 Signed-off-by: Tran Ngoc Nhan <[email protected]> Co-authored-by: Sam Brannen <[email protected]> (cherry picked from commit 666e2df)
1 parent ec48828 commit 7c39130

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Diff for: framework-docs/modules/ROOT/pages/web/webflux-view.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ The following table shows the templating libraries that we have tested on differ
225225
|Scripting Library |Scripting Engine
226226
|https://handlebarsjs.com/[Handlebars] |https://openjdk.java.net/projects/nashorn/[Nashorn]
227227
|https://mustache.github.io/[Mustache] |https://openjdk.java.net/projects/nashorn/[Nashorn]
228-
|https://facebook.github.io/react/[React] |https://openjdk.java.net/projects/nashorn/[Nashorn]
229-
|https://www.embeddedjs.com/[EJS] |https://openjdk.java.net/projects/nashorn/[Nashorn]
230-
|https://www.stuartellis.name/articles/erb/[ERB] |https://www.jruby.org[JRuby]
228+
|https://react.dev/[React] |https://openjdk.java.net/projects/nashorn/[Nashorn]
229+
|https://ejs.co/[EJS] |https://openjdk.java.net/projects/nashorn/[Nashorn]
230+
|https://docs.ruby-lang.org/en/master/ERB.html[ERB] |https://www.jruby.org[JRuby]
231231
|https://docs.python.org/2/library/string.html#template-strings[String templates] |https://www.jython.org/[Jython]
232232
|https://github.com/sdeleuze/kotlin-script-templating[Kotlin Script templating] |{kotlin-site}[Kotlin]
233233
|===

Diff for: framework-docs/modules/ROOT/pages/web/webflux/controller/ann-validation.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ locale and language specific resource bundles.
5757
For further custom handling of method validation errors, you can extend
5858
`ResponseEntityExceptionHandler` or use an `@ExceptionHandler` method in a controller
5959
or in a `@ControllerAdvice`, and handle `HandlerMethodValidationException` directly.
60-
The exception contains a list of``ParameterValidationResult``s that group validation errors
60+
The exception contains a list of ``ParameterValidationResult``s that group validation errors
6161
by method parameter. You can either iterate over those, or provide a visitor with callback
6262
methods by controller method parameter type:
6363

Diff for: framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-script.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ templating libraries on different script engines:
1313
|Scripting Library |Scripting Engine
1414
|https://handlebarsjs.com/[Handlebars] |https://openjdk.java.net/projects/nashorn/[Nashorn]
1515
|https://mustache.github.io/[Mustache] |https://openjdk.java.net/projects/nashorn/[Nashorn]
16-
|https://facebook.github.io/react/[React] |https://openjdk.java.net/projects/nashorn/[Nashorn]
17-
|https://www.embeddedjs.com/[EJS] |https://openjdk.java.net/projects/nashorn/[Nashorn]
18-
|https://www.stuartellis.name/articles/erb/[ERB] |https://www.jruby.org[JRuby]
16+
|https://react.dev/[React] |https://openjdk.java.net/projects/nashorn/[Nashorn]
17+
|https://ejs.co/[EJS] |https://openjdk.java.net/projects/nashorn/[Nashorn]
18+
|https://docs.ruby-lang.org/en/master/ERB.html[ERB] |https://www.jruby.org[JRuby]
1919
|https://docs.python.org/2/library/string.html#template-strings[String templates] |https://www.jython.org/[Jython]
2020
|https://github.com/sdeleuze/kotlin-script-templating[Kotlin Script templating] |{kotlin-site}[Kotlin]
2121
|===

Diff for: framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-validation.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ locale and language specific resource bundles.
5757
For further custom handling of method validation errors, you can extend
5858
`ResponseEntityExceptionHandler` or use an `@ExceptionHandler` method in a controller
5959
or in a `@ControllerAdvice`, and handle `HandlerMethodValidationException` directly.
60-
The exception contains a list of``ParameterValidationResult``s that group validation errors
60+
The exception contains a list of ``ParameterValidationResult``s that group validation errors
6161
by method parameter. You can either iterate over those, or provide a visitor with callback
6262
methods by controller method parameter type:
6363

Diff for: framework-docs/modules/ROOT/pages/web/webmvc/mvc-security.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ reference documentation, including:
1313
* {docs-spring-security}/features/exploits/csrf.html#csrf-protection[CSRF protection]
1414
* {docs-spring-security}/features/exploits/headers.html[Security Response Headers]
1515

16-
https://hdiv.org/[HDIV] is another web security framework that integrates with Spring MVC.
16+
https://github.com/hdiv/hdiv[HDIV] is another web security framework that integrates with Spring MVC.
1717

1818

1919

0 commit comments

Comments
 (0)