diff --git a/2.2.x/reference/html/index.html b/2.2.x/reference/html/index.html index 71cf9c86..e44195ac 100644 --- a/2.2.x/reference/html/index.html +++ b/2.2.x/reference/html/index.html @@ -229,7 +229,11 @@ $(addBlockSwitches);
Custom filters class names should end in GatewayFilterFactory.
For example, to reference a filter named Something in configuration files, the filter
+must be in a class named SomethingGatewayFilterFactory.
| + + | +
+It is possible to create a gateway filter named without the
+GatewayFilterFactory suffix, such as class AnotherThing. This filter could be
+referenced as AnotherThing in configuration files. This is not a supported naming
+convention and this syntax may be removed in future releases. Please update the filter
+name to be compliant.
+ |
+
Custom filters class names should end in GatewayFilterFactory.
For example, to reference a filter named Something in configuration files, the filter
+must be in a class named SomethingGatewayFilterFactory.
| + + | +
+It is possible to create a gateway filter named without the
+GatewayFilterFactory suffix, such as class AnotherThing. This filter could be
+referenced as AnotherThing in configuration files. This is not a supported naming
+convention and this syntax may be removed in future releases. Please update the filter
+name to be compliant.
+ |
+