You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2019/02/20 15:29:24 UTC

svn commit: r1853966 - in /mina/site/trunk/content: ftpserver-project/ mina-project/userguide/ch4-session/ mina-project/userguide/ch9-codec-filter/ sshd-project/ staticresources/images/mina/

Author: elecharny
Date: Wed Feb 20 15:29:24 2019
New Revision: 1853966

URL: http://svn.apache.org/viewvc?rev=1853966&view=rev
Log:
More broken links fixes

Added:
    mina/site/trunk/content/staticresources/images/mina/incoming-connections.png   (with props)
Modified:
    mina/site/trunk/content/ftpserver-project/building.mdtext
    mina/site/trunk/content/mina-project/userguide/ch4-session/ch4-session.mdtext
    mina/site/trunk/content/mina-project/userguide/ch9-codec-filter/ch9-codec-filter.mdtext
    mina/site/trunk/content/sshd-project/download_2.1.0.mdtext

Modified: mina/site/trunk/content/ftpserver-project/building.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver-project/building.mdtext?rev=1853966&r1=1853965&r2=1853966&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver-project/building.mdtext (original)
+++ mina/site/trunk/content/ftpserver-project/building.mdtext Wed Feb 20 15:29:24 2019
@@ -19,7 +19,7 @@ Notice:    Licensed to the Apache Softwa
 
 # Building
 
-You need [Subversion](http://svnbook.red-bean.com/) to [check out the source code](http://apache.org/dev/version-control.html) from [our source code repository](getting_sources.html), and [Maven 2](http://maven.apache.org/download.html) to build the source code. Currently, Maven 2.0.5 or 2.0.7 or newer is required for the build.
+You need [Subversion](http://svnbook.red-bean.com/) to [check out the source code](http://apache.org/dev/version-control.html) from [our source code repository](getting_source.html), and [Maven 2](http://maven.apache.org/download.html) to build the source code. Currently, Maven 2.0.5 or 2.0.7 or newer is required for the build.
 
 The following example shows how to build the trunk.
 

Modified: mina/site/trunk/content/mina-project/userguide/ch4-session/ch4-session.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/userguide/ch4-session/ch4-session.mdtext?rev=1853966&r1=1853965&r2=1853966&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/userguide/ch4-session/ch4-session.mdtext (original)
+++ mina/site/trunk/content/mina-project/userguide/ch4-session/ch4-session.mdtext Wed Feb 20 15:29:24 2019
@@ -143,7 +143,7 @@ plus other configuration, depending on t
 
 All those configuration parameters are stored into the _IoSessionConfig_ object, which can be get from the session using the _session.getConfig()_ method.
 
-For further informations about the session configuration, see [Chapter 4.1 - Session Configuration](ch4-session/ch4.1-session-configuration.html)
+For further informations about the session configuration, see [Chapter 4.1 - Session Configuration](ch4.1-session-configuration.html)
 
 ## Managing user-defined attributes
 
@@ -232,7 +232,7 @@ Each session also keep a track of record
 
 and many other useful informations.
 
-For further informations about the session statistics, see [Chapter 4.2 - Session Statistics](ch4-session/ch4.2-session-statistics.html)
+For further informations about the session statistics, see [Chapter 4.2 - Session Statistics](ch4.2-session-statistics.html)
 
 
 ## Handler

Modified: mina/site/trunk/content/mina-project/userguide/ch9-codec-filter/ch9-codec-filter.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/userguide/ch9-codec-filter/ch9-codec-filter.mdtext?rev=1853966&r1=1853965&r2=1853966&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/userguide/ch9-codec-filter/ch9-codec-filter.mdtext (original)
+++ mina/site/trunk/content/mina-project/userguide/ch9-codec-filter/ch9-codec-filter.mdtext Wed Feb 20 15:29:24 2019
@@ -274,7 +274,7 @@ Remarks:
     * MINA ensures that there will never be more than one thread simultaneously executing the decode() function for the same IoSession, but it does not guarantee that it will always be the same thread. Suppose the first piece of data is handled by thread-1 who decides it cannot yet decode, when the next piece of data arrives, it could be handled by another thread. To avoid visibility problems, you must properly synchronize access to this decoder state (IoSession attributes are stored in a ConcurrentHashMap, so they are automatically visible to other threads).
     * a discussion on the mailing list has lead to this conclusion: choosing between storing state in the IoSession or in the Decoder instance itself is more a matter of taste. To ensure that no two threads will run the decode method for the same IoSession, MINA needs to do some form of synchronization => this synchronization will also ensure you can't have the visibility problem described above.
 (Thanks to Adam Fisk for pointing this out)
-see <http://www.nabble.com/Tutorial-on-ProtocolCodecFilter,-state-and-threads-t3965413.html>
+see <https://www.mail-archive.com/dev@mina.apache.org/msg03038.html>
 * IoBuffer.prefixedDataAvailable() is very convenient when your protocol uses a length-prefix; it supports a prefix of 1, 2 or 4 bytes.
 * don't forget to reset the decoder state when you've decoded a response (removing the session attribute is another way to do it)
 

Modified: mina/site/trunk/content/sshd-project/download_2.1.0.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/sshd-project/download_2.1.0.mdtext?rev=1853966&r1=1853965&r2=1853966&view=diff
==============================================================================
--- mina/site/trunk/content/sshd-project/download_2.1.0.mdtext (original)
+++ mina/site/trunk/content/sshd-project/download_2.1.0.mdtext Wed Feb 20 15:29:24 2019
@@ -28,8 +28,6 @@ Apache Mina SSHD 2.1.0 contains a number
 * Binary distributions:
     * [Apache Mina SSHD 2.1.0 Binary (.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.1.0/apache-sshd-2.1.0.tar.gz) [PGP](https://archive.apache.org/dist/mina/sshd/2.1.0/apache-sshd-2.1.0.tar.gz.asc) [SHA](https://archive.apache.org/dist/mina/sshd/2.1.0/apache-sshd-2.1.0.tar.gz.sha1)
     * [Apache Mina SSHD 2.1.0 Binary (.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.1.0/apache-sshd-2.1.0.zip) [PGP](https://archive.apache.org/dist/mina/sshd/2.1.0/apache-sshd-2.1.0.zip.asc) [SHA](https://archive.apache.org/dist/mina/sshd/2.1.0/apache-sshd-2.1.0.zip.sha1)
-* Individual jars:
-    * [Apache Mina SSHD Core 2.1.0 (.jar)](https://www.apache.org/dyn/closer.lua/mina/sshd/2.1.0/sshd-core-2.1.0.jar) [PGP](https://archive.apache.org/dist/mina/sshd/2.1.0/sshd-core-2.1.0.jar.asc) [SHA](https://archive.apache.org/dist/mina/sshd/2.1.0/sshd-core-2.1.0.jar.sha1)
 
 # Release Notes
 

Added: mina/site/trunk/content/staticresources/images/mina/incoming-connections.png
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/staticresources/images/mina/incoming-connections.png?rev=1853966&view=auto
==============================================================================
Binary file - no diff available.

Propchange: mina/site/trunk/content/staticresources/images/mina/incoming-connections.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream