You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/12/04 17:32:01 UTC

[isis] 06/06: ISIS-2213: removes stale import and comments

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 3be903a0b175bff20fbe8f4646f701cf21be07e2
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Dec 4 17:23:02 2019 +0000

    ISIS-2213: removes stale import and comments
---
 .../server/auth/AuthenticationSessionStrategyDefault.java          | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/core/viewers/restfulobjects/server/src/main/java/org/apache/isis/viewer/restfulobjects/server/auth/AuthenticationSessionStrategyDefault.java b/core/viewers/restfulobjects/server/src/main/java/org/apache/isis/viewer/restfulobjects/server/auth/AuthenticationSessionStrategyDefault.java
index 2e407e8..b32f40a 100644
--- a/core/viewers/restfulobjects/server/src/main/java/org/apache/isis/viewer/restfulobjects/server/auth/AuthenticationSessionStrategyDefault.java
+++ b/core/viewers/restfulobjects/server/src/main/java/org/apache/isis/viewer/restfulobjects/server/auth/AuthenticationSessionStrategyDefault.java
@@ -23,7 +23,6 @@ import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 import javax.servlet.http.HttpSession;
 
-import org.apache.isis.config.WebAppConstants;
 import org.apache.isis.security.authentication.AuthenticationSession;
 
 import lombok.val;
@@ -40,12 +39,6 @@ import lombok.val;
  * {@link AuthenticationSessionStrategyDefault#HTTP_SESSION_AUTHENTICATION_SESSION_KEY}</li>
  * </ul>
  * 
- * @implNote prior to version 2.0 ... failing that, if a {@link LogonFixture} has been provided and not already
- * used, will provide a session for that fixture. The {@link HttpSession} also
- * stores the value
- * {@link WebAppConstants#HTTP_SESSION_LOGGED_ON_PREVIOUSLY_USING_LOGON_FIXTURE_KEY}
- * in the session to track whether this has been done</li>
- * 
  */
 public class AuthenticationSessionStrategyDefault extends AuthenticationSessionStrategyAbstract {