This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-site.git
The following commit(s) were added to refs/heads/master by this push: new 419efef Fixed some brokern links 419efef is described below commit 419efef9254ce63fdd8117ba2b81826a04bec243 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Mon Nov 1 01:12:37 2021 +0100 Fixed some brokern links --- source/mina-project/userguide/ch5-filters/ch5-filters.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/mina-project/userguide/ch5-filters/ch5-filters.md b/source/mina-project/userguide/ch5-filters/ch5-filters.md index 0f7d940..9b4c6eb 100644 --- a/source/mina-project/userguide/ch5-filters/ch5-filters.md +++ b/source/mina-project/userguide/ch5-filters/ch5-filters.md @@ -67,7 +67,6 @@ We have many filters already written. The following table list all the existing | ProtocolCodec | [ProtocolCodecFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/codec/ProtocolCodecFilter.html) | A filter in charge of encoding and decoding messages | | Proxy | [ProxyFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/proxy/filter/ProxyFilter.html) | {{< html " " >}} | | Reference counting | [ReferenceCountingFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/util/ReferenceCountingFilter.html) | Keeps track of the number of usages of this filter | -| RequestResponse | [RequestResponseFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/reqres/RequestResponseFilter.html) | {{< html " " >}} | | SessionAttributeInitializing | [SessionAttributeInitializingFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/util/SessionAttributeInitializingFilter.html) | {{< html " " >}} | | StreamWrite | [StreamWriteFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/stream/StreamWriteFilter.html) | {{< html " " >}} | | SslFilter | [SslFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/ssl/SslFilter.html) | {{< html " " >}} | @@ -140,7 +139,7 @@ private static class MyByteBuffer extends ByteBufferProxy { } ``` -If you are using MINA 2.0, it will be somewhat different from 1.0 and 1.1. Please refer to [CompressionFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/compression/CompressionFilter.html) and [RequestResponseFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/reqres/RequestResponseFilter.html) meanwhile. +If you are using MINA 2.0, it will be somewhat different from 1.0 and 1.1. Please refer to [CompressionFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/compression/CompressionFilter.html) meanwhile. ## Be Careful When Filtering sessionCreated Event