This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push: new 7b6223e6c Update interceptors.md to fix Model Driven Interceptor link new e72b269e3 Merge pull request #197 from rsdickerson/patch-1 7b6223e6c is described below commit 7b6223e6c8e5b61c55ba7d6dfa86e5c93597f9d3 Author: Scott Dickerson <scott1...@live.com> AuthorDate: Tue Jun 27 09:04:44 2023 -0400 Update interceptors.md to fix Model Driven Interceptor link Model Driven Interceptor link includes .htm extension which causes 404 error. Removing the .htm extension takes you to the correct page. --- source/core-developers/interceptors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core-developers/interceptors.md b/source/core-developers/interceptors.md index 0d3f6a66e..bb5881178 100644 --- a/source/core-developers/interceptors.md +++ b/source/core-developers/interceptors.md @@ -130,7 +130,7 @@ specified in the `<interceptors/>` tag. | [I18n Interceptor](i18n-interceptor) | i18n | Remembers the locale selected for a user's session. | | [Logging Interceptor](logging-interceptor) | logger | Outputs the name of the Action. | | [Message Store Interceptor](message-store-interceptor) | store | Store and retrieve action messages / errors / field errors for action that implements ValidationAware interface into session. | -| [Model Driven Interceptor](model-driven-interceptor.htm) | modelDriven | If the Action implements ModelDriven, pushes the getModel Result onto the Value Stack. | +| [Model Driven Interceptor](model-driven-interceptor) | modelDriven | If the Action implements ModelDriven, pushes the getModel Result onto the Value Stack. | | [Multiselect Interceptor](multiselect-interceptor) | multiselect | Like the checkbox interceptor detects that no value was selected for a field with multiple values (like a select) and adds an empty parameter | | [NoOp Interceptor](no-op-interceptor) | noop | Does nothing, just passes invocation further, used in empty stack | | [Parameter Filter Interceptor](parameter-filter-interceptor) | parameterFilter | Removes parameters from the list of those available to Actions |