@ -1194,7 +1194,7 @@ multiple requests are allowed to access a session concurrently.
@@ -1194,7 +1194,7 @@ multiple requests are allowed to access a session concurrently.
part of the servlet mapping.
The `Errors` or `BindingResult` parameters have to follow the model object that is being
bound immediately as the method signature might have more that one model object and
bound immediately as the method signature might have more than one model object and
Spring will create a separate `BindingResult` instance for each of them so the following
sample won't work:
@ -2223,7 +2223,7 @@ the response.
@@ -2223,7 +2223,7 @@ the response.