diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 7e2a5f7ee1a3..28bfa45b2ec3 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -28780,6 +28780,38 @@ Note that to enable the use of matrix variables, you must set the `removeSemicolonContent` property of `RequestMappingHandlerMapping` to `false`. By default it is set to `true`. +[TIP] +==== + +The MVC Java config and the MVC namespace both provide options for enabling the use of +matrix variables. + +If you are using Java config, The <> section describes how the `RequestMappingHandlerMapping` can +be customized. + +In the MVC namespace, the `` element has an +`enableMatrixVariables` attribute that should be set to `true`. By default it is set +to `false`. + +[source,xml,indent=0] +[subs="verbatim,quotes"] +---- + + + + + + +---- +==== [[mvc-ann-requestmapping-consumes]] ===== Consumable Media Types