X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms%2Fsrc%2Forg%2Fargeo%2Fcms%2Fauth%2FHttpSessionLoginModule.java;h=f42e79c98980d185e469329aedc8810b6775aa3d;hb=c1d7a7fa363100689019e733314723196280175b;hp=91a01574e18f499b6da627619576f88bf3a1d0ea;hpb=8adb5a5d78531081ae721008b673ad61d93ac913;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms/src/org/argeo/cms/auth/HttpSessionLoginModule.java b/org.argeo.cms/src/org/argeo/cms/auth/HttpSessionLoginModule.java index 91a01574e..f42e79c98 100644 --- a/org.argeo.cms/src/org/argeo/cms/auth/HttpSessionLoginModule.java +++ b/org.argeo.cms/src/org/argeo/cms/auth/HttpSessionLoginModule.java @@ -83,11 +83,6 @@ public class HttpSessionLoginModule implements LoginModule { } else { authorization = (Authorization) request.getAttribute(HttpContext.AUTHORIZATION); if (authorization == null) {// search by session ID - // TODO implement ident -// IdentClient identClient = new IdentClient(request.getRemoteAddr(), "changeit"); -// String identUsername = identClient.getUsername(request.getLocalPort(), request.getRemotePort()); -// log.debug("Ident username: " + identUsername); - HttpSession httpSession = request.getSession(false); if (httpSession == null) { // TODO make sure this is always safe