<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %> <%@ page import="com.ecyrd.jspwiki.*" %> <%@ page import="com.ecyrd.jspwiki.*" %> <%@ page import="com.ecyrd.jspwiki.auth.*" %> <%@ page errorPage="/Error.jsp" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ page import="javax.servlet.jsp.jstl.fmt.*" %> <%! public void jspInit() { WikiEngine wiki = WikiEngine.getInstance( getServletConfig() ); AuthenticationManager mgr = wiki.getAuthenticationManager(); if ( mgr.isContainerAuthenticated() ) { postURL = "j_security_check"; } else { postURL = "Login.jsp"; } } String postURL=""; %> <% boolean supportsCookieAuthentication = WikiEngine.getInstance(getServletConfig()).getAuthenticationManager().allowsCookieAuthentication(); %> "> <%----%>

<% if( supportsCookieAuthentication ) { %> <% } %>
<%----%>
"> <%-- FIXME error flow on lostpw nok --%> ">
LoginHelp