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 ac9517f Fixed brokern links ac9517f is described below commit ac9517f47c21f76ba5458e549c71b874fdd1b5a2 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Sun Oct 31 23:19:30 2021 +0100 Fixed brokern links --- .../configuration_user_manager_db.md | 2 +- source/mina-project/developer-guide.md | 2 +- source/mina-project/downloads_old.md | 2 +- .../userguide/ch5-filters/ch5-filters.md | 40 +++++++++++----------- source/sshd-project/download_2.5.1.md | 2 +- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/source/ftpserver-project/configuration_user_manager_db.md b/source/ftpserver-project/configuration_user_manager_db.md index 334f4ba..87ff546 100644 --- a/source/ftpserver-project/configuration_user_manager_db.md +++ b/source/ftpserver-project/configuration_user_manager_db.md @@ -77,7 +77,7 @@ You must include the required JAR files for your database in the classpath of Ft ### Data source configuration -The data source must be configured as described by the database provider. You can also use the general purpose [BasicDataSource](http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/BasicDataSource.html) provided by the [Apache Commons DBCP project](http://jakarta.apache.org/commons/dbcp/). +The data source must be configured as described by the database provider. You can also use the general purpose [BasicDataSource](https://commons.apache.org/proper/commons-dbcp/apidocs/org/apache/commons/dbcp2/BasicDataSource.html) provided by the [Apache Commons DBCP project](http://jakarta.apache.org/commons/dbcp/). #### Example using the BasicDataSource to connect to MySQL diff --git a/source/mina-project/developer-guide.md b/source/mina-project/developer-guide.md index 819d003..0a2cb86 100644 --- a/source/mina-project/developer-guide.md +++ b/source/mina-project/developer-guide.md @@ -525,7 +525,7 @@ $ svn ci <version> $ exit ``` -The packages should now be available on http://www.us.apache.org/dist/mina/mina/<version> +The packages should now be available on https://dist.apache.org/repos/dist/release/mina/mina/ <version> ### Step 12: Deploy Web Reports (JavaDoc and JXR) diff --git a/source/mina-project/downloads_old.md b/source/mina-project/downloads_old.md index f1f3f3b..d0d6f35 100644 --- a/source/mina-project/downloads_old.md +++ b/source/mina-project/downloads_old.md @@ -35,7 +35,7 @@ title: MINA Older Downloads | Version| Download Links | Date | |:-:|:-:|:-:| -| ApacheDS MINA 2.0.21 | [Download](https://archive.apache.org/dist/mina/mina/2.0.21/), [Javadoc](https://nightlies.apache.org/mina/mina/2.0.21/apidocs/), [Test javadoc](https://nightlies.apache.org/mina/mina/2.0.21/testapidocs/), [Xref](https://nightlies.apache.org/mina/mina/2.0.21/xref/), [Xref test](https://nightlies.apache.org/mina/minas/2.0.21/xref-test/) | 14/Apr/2019 | +| ApacheDS MINA 2.0.21 | [Download](https://archive.apache.org/dist/mina/mina/2.0.21/), [Javadoc](https://nightlies.apache.org/mina/mina/2.0.21/apidocs/), [Test javadoc](https://nightlies.apache.org/mina/mina/2.0.21/testapidocs/), [Xref](https://nightlies.apache.org/mina/mina/2.0.21/xref/), [Xref test](https://nightlies.apache.org/mina/mina/2.0.21/xref-test/) | 14/Apr/2019 | | ApacheDS MINA 2.0.20 | [Download](https://archive.apache.org/dist/mina/mina/2.0.20/), [Javadoc](https://svn.apache.org/repos/infra/websites/production/mina/content/mina-project/gen-docs/2.0.20/apidocs/), [Test javadoc](https://svn.apache.org/repos/infra/websites/production/mina/content/mina-project/gen-docs/2.0.20/testapidocs/), [Xref](https://svn.apache.org/repos/infra/websites/production/mina/content/mina-project/gen-docs/2.0.20/xref/), [Xref test](https://svn.apache.org/repos/infra/ [...] | ApacheDS MINA 2.0.19 | [Download](https://archive.apache.org/dist/mina/mina/2.0.19/), [Javadoc](https://svn.apache.org/repos/infra/websites/production/mina/content/mina-project/gen-docs/2.0.19/apidocs/), [Test javadoc](https://svn.apache.org/repos/infra/websites/production/mina/content/mina-project/gen-docs/2.0.19/testapidocs/), [Xref](https://svn.apache.org/repos/infra/websites/production/mina/content/mina-project/gen-docs/2.0.19/xref/), [Xref test](https://svn.apache.org/repos/infra/ [...] | ApacheDS MINA 2.0.18 | [Download](https://archive.apache.org/dist/mina/mina/2.0.18/), [Javadoc](https://svn.apache.org/repos/infra/websites/production/mina/content/mina-project/gen-docs/2.0.18/apidocs/), [Test javadoc](https://svn.apache.org/repos/infra/websites/production/mina/content/mina-project/gen-docs/2.0.18/testapidocs/), [Xref](https://svn.apache.org/repos/infra/websites/production/mina/content/mina-project/gen-docs/2.0.18/xref/), [Xref test](https://svn.apache.org/repos/infra/ [...] diff --git a/source/mina-project/userguide/ch5-filters/ch5-filters.md b/source/mina-project/userguide/ch5-filters/ch5-filters.md index 7797bb8..291a401 100644 --- a/source/mina-project/userguide/ch5-filters/ch5-filters.md +++ b/source/mina-project/userguide/ch5-filters/ch5-filters.md @@ -52,26 +52,26 @@ We have many filters already written. The following table list all the existing | Filter | class | Description | |---|---|---| -| Blacklist | [BlacklistFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/firewall/BlacklistFilter.html) | Blocks connections from blacklisted remote addresses<br class="atl-forced-newline"> | -| Buffered Write | [BufferedWriteFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/buffer/BufferedWriteFilter.html) | Buffers outgoing requests like the BufferedOutputStream does | -| Compression | [CompressionFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/compression/CompressionFilter.html) | {{< html " " >}} | -| ConnectionThrottle | [ConnectionThrottleFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/firewall/ConnectionThrottleFilter.html) | {{< html " " >}} | -| ErrorGenerating | [ErrorGeneratingFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/errorgenerating/ErrorGeneratingFilter.html) | {{< html " " >}} | -| Executor | [ExecutorFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/executor/ExecutorFilter.html) | {{< html " " >}} | -| FileRegionWrite | [FileRegionWriteFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/stream/FileRegionWriteFilter.html) | {{< html " " >}} | -| KeepAlive | [KeepAliveFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/keepalive/KeepAliveFilter.html) | {{< html " " >}} | -| Logging | [LoggingFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/logging/LoggingFilter.html) | Logs event messages, like MessageReceived, MessageSent, SessionOpened, ... | -| MDC Injection | [MdcInjectionFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/logging/MdcInjectionFilter.html) | Inject key IoSession properties into the MDC | -| Noop | [NoopFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/util/NoopFilter.html) | A filter that does nothing. Useful for tests. | -| Profiler | [ProfilerTimerFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/statistic/ProfilerTimerFilter.html) | Profile event messages, like MessageReceived, MessageSent, SessionOpened, ... | -| ProtocolCodec | [ProtocolCodecFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/codec/ProtocolCodecFilter.html) | A filter in charge of encoding and decoding messages | -| Proxy | [ProxyFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/proxy/filter/ProxyFilter.html) | {{< html " " >}} | -| Reference counting | [ReferenceCountingFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/util/ReferenceCountingFilter.html) | Keeps track of the number of usages of this filter | -| RequestResponse | [RequestResponseFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/reqres/RequestResponseFilter.html) | {{< html " " >}} | -| SessionAttributeInitializing | [SessionAttributeInitializingFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/util/SessionAttributeInitializingFilter.html) | {{< html " " >}} | -| StreamWrite | [StreamWriteFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/stream/StreamWriteFilter.html) | {{< html " " >}} | -| SslFilter | [SslFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/ssl/SslFilter.html) | {{< html " " >}} | -| WriteRequest | [WriteRequestFilter](http://mina.apache.org/mina-project/xref/org/apache/mina/filter/util/WriteRequestFilter.html) | {{< html " " >}} | +| Blacklist | [BlacklistFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/firewall/BlacklistFilter.html#BlacklistFilter) | Blocks connections from blacklisted remote addresses<br class="atl-forced-newline"> | +| Buffered Write | [BufferedWriteFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/buffer/BufferedWriteFilter.html#BufferedWriteFilter) | Buffers outgoing requests like the BufferedOutputStream does | +| Compression | [CompressionFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/compression/CompressionFilter.html#CompressionFilter) | {{< html " " >}} | +| ConnectionThrottle | [ConnectionThrottleFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/firewall/ConnectionThrottleFilter.html#ConnectionThrottleFilter) | {{< html " " >}} | +| ErrorGenerating | [ErrorGeneratingFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/errorgenerating/ErrorGeneratingFilter.html#ErrorGeneratingFilter) | {{< html " " >}} | +| Executor | [ExecutorFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/executor/ExecutorFilter.html#ExecutorFilter) | {{< html " " >}} | +| FileRegionWrite | [FileRegionWriteFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/stream/FileRegionWriteFilter.html) | {{< html " " >}} | +| KeepAlive | [KeepAliveFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/keepalive/KeepAliveFilter.html) | {{< html " " >}} | +| Logging | [LoggingFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/logging/LoggingFilter.html) | Logs event messages, like MessageReceived, MessageSent, SessionOpened, ... | +| MDC Injection | [MdcInjectionFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/logging/MdcInjectionFilter.html) | Inject key IoSession properties into the MDC | +| Noop | [NoopFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/util/NoopFilter.html) | A filter that does nothing. Useful for tests. | +| Profiler | [ProfilerTimerFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/statistic/ProfilerTimerFilter.html) | Profile event messages, like MessageReceived, MessageSent, SessionOpened, ... | +| 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 " " >}} | +| WriteRequest | [WriteRequestFilter](https://nightlies.apache.org/mina/mina/2.0.22/xref/org/apache/mina/filter/util/WriteRequestFilter.html) | {{< html " " >}} | ## Overriding Events Selectively diff --git a/source/sshd-project/download_2.5.1.md b/source/sshd-project/download_2.5.1.md index 36b2d5a..016cd1c 100644 --- a/source/sshd-project/download_2.5.1.md +++ b/source/sshd-project/download_2.5.1.md @@ -10,7 +10,7 @@ Apache Mina SSHD 2.5.1 contains a number of [enhancements and bug-fixes](https:/ # Getting the Distributions * Source distributions: - * [Apache Mina SSHD 2.5.1 Sources (.tar.gz)](https://archive.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1-src.tar.gz) [PGP](https://www.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1-src.tar.gz.asc) [SHA256](hhttps://archive.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1-src.tar.gz.sha256) [SHA512](hhttps://archive.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1-src.tar.gz.sha512) + * [Apache Mina SSHD 2.5.1 Sources (.tar.gz)](https://archive.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1-src.tar.gz) [PGP](https://www.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1-src.tar.gz.asc) [SHA256](https://archive.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1-src.tar.gz.sha256) [SHA512](https://archive.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1-src.tar.gz.sha512) * [Apache Mina SSHD 2.5.1 Sources (.zip)](https://archive.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1-src.zip) [PGP](https://www.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1-src.zip.asc) [SHA256](https://archive.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1-src.zip.sha256) [SHA512](https://archive.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1-src.zip.sha512) * Binary distributions: * [Apache Mina SSHD 2.5.1 Binary (.tar.gz)](https://archive.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1.tar.gz) [PGP](https://archive.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1.tar.gz.asc) [SHA256](https://archive.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1.tar.gz.sha256) [SHA512](https://archive.apache.org/dist/mina/sshd/2.5.1/apache-sshd-2.5.1.tar.gz.sha512)