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 3188356ed fixed some site errors
3188356ed is described below
commit 3188356ed8cc00d2cd29a1d66e98034011bbf54d
Author: emmanuel lecharny <[email protected]>
AuthorDate: Mon Jul 3 15:48:21 2023 +0200
fixed some site errors
---
.../documentation/ch6-internals/ch6-internals.md | 12 ++++++++----
source/mina-project/__index.md | 2 +-
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git
a/source/ftpserver-project/documentation/ch6-internals/ch6-internals.md
b/source/ftpserver-project/documentation/ch6-internals/ch6-internals.md
index 3643fb786..b2649f9ff 100644
--- a/source/ftpserver-project/documentation/ch6-internals/ch6-internals.md
+++ b/source/ftpserver-project/documentation/ch6-internals/ch6-internals.md
@@ -35,10 +35,6 @@ The **FtpServerFactory** is associated with a
**FtpServerContext** instance, whi
The class hierarchy is the following:
-{{< mermaid >}}
-classDiagram
- FtpletContext <|-- FtpServerContext o-- DefaultFtpServerContext
-{{< /mermaid >}}
```goat
@@ -197,3 +193,11 @@ You can also create non standard commands by setting the
_CommandFactoryFactory.
Here, the _Commandfactory_ instance will onkly contain non-standard commands,
and none of the default commands.
+## UserManagerFactory
+
+This factory creates an _UserManager_ instance, which may be file based or
Database based.
+
+There are two implementations of this factory:
+
+* _DbUserManagerFactory_ which takes the information relative to the user from
a **SQL** Database
+* _PropertiesUserManagerFactory_ which takes the information relative to the
user from properties file
diff --git a/source/mina-project/__index.md b/source/mina-project/__index.md
index ea89ae23c..2e3312724 100644
--- a/source/mina-project/__index.md
+++ b/source/mina-project/__index.md
@@ -8,7 +8,7 @@ slug: index
## Overview
-Apache <abbr title="Multipurpose Infrastructure for Network
Applications">MINA</abbr> is a network application framework which helps users
develop high performance and high scalability network applications easily. It
provides an abstract {{< html "·" >}} event-driven · asynchronous
API over various transports such as TCP/IP and UDP/IP via Java NIO.
+Apache <abbr title="Multipurpose Infrastructure for Network
Applications">MINA</abbr> is a network application framework which helps users
develop high performance and high scalability network applications easily. It
provides an abstract {{< html "·" >}} event-driven {{< html "·"
>}} asynchronous API over various transports such as TCP/IP and UDP/IP via Java
NIO.
Apache MINA is often called: