Skip to content

Commit

Permalink
javadoc improved
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jun 22, 2013
1 parent 88957dd commit 8b82792
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -377,9 +377,7 @@ private HttpServletResponse getUnauthenticatedResponse(HttpServletRequest reques
}

/**
* Custom XHTML Form for authentication
* @param xsltLoginScreenDefault Path of default XSLT
* @param message Information or error message
* @see org.wyona.yanel.core.api.security.WebAuthenticator#getXHTMLAuthenticationForm(HttpServletRequest, HttpServletResponse, Realm, String, String, String, String, String, Map)
*/
public void getXHTMLAuthenticationForm(HttpServletRequest request, HttpServletResponse response, Realm realm, String message, String reservedPrefix, String xsltLoginScreenDefault, String servletContextRealPath, String sslPort, Map map) throws ServletException, IOException {

Expand Down

0 comments on commit 8b82792

Please sign in to comment.