You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by sp...@apache.org on 2010/01/03 05:34:35 UTC

svn commit: r895332 - /mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/server/session/ServerSession.java

Author: spearce
Date: Sun Jan  3 04:34:35 2010
New Revision: 895332

URL: http://svn.apache.org/viewvc?rev=895332&view=rev
Log:
Remove server TODO about user identity

Its available in the authenticators, and on the ServerSession,
so shells can obtain it through a few different means.

Modified:
    mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/server/session/ServerSession.java

Modified: mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/server/session/ServerSession.java
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/server/session/ServerSession.java?rev=895332&r1=895331&r2=895332&view=diff
==============================================================================
--- mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/server/session/ServerSession.java (original)
+++ mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/server/session/ServerSession.java Sun Jan  3 04:34:35 2010
@@ -52,8 +52,6 @@
  *
  * TODO: use a single Timer for on the server for all sessions
  *
- * TODO: save the identity of the user so that the shell can access it if needed
- *
  * TODO Add javadoc
  *
  * @author <a href="mailto:dev@mina.apache.org">Apache MINA SSHD Project</a>