File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
framework-docs/modules/ROOT/pages/web Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff 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|===
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ locale and language specific resource bundles.
5757For further custom handling of method validation errors, you can extend
5858`ResponseEntityExceptionHandler` or use an `@ExceptionHandler` method in a controller
5959or 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
6161by method parameter. You can either iterate over those, or provide a visitor with callback
6262methods by controller method parameter type:
6363
Original file line number Diff line number Diff 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|===
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ locale and language specific resource bundles.
5757For further custom handling of method validation errors, you can extend
5858`ResponseEntityExceptionHandler` or use an `@ExceptionHandler` method in a controller
5959or 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
6161by method parameter. You can either iterate over those, or provide a visitor with callback
6262methods by controller method parameter type:
6363
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments