[zanata/zanata-server] 265b3c: fix(ZNTA-1067): fix kerberos authentication

GitHub noreply at github.com
Thu May 5 06:24:17 UTC 2016


  Branch: refs/heads/ZNTA-1067_kerberos_ticket_auth_redirect
  Home:   https://github.com/zanata/zanata-server
  Commit: 265b3cc78988df74f959c80bf68c851ae197905e
      https://github.com/zanata/zanata-server/commit/265b3cc78988df74f959c80bf68c851ae197905e
  Author: Carlos A. Munoz <camunoz at redhat.com>
  Date:   2016-05-05 (Thu, 05 May 2016)

  Changed paths:
    M zanata-war/src/main/java/org/zanata/action/LoginAction.java
    M zanata-war/src/main/java/org/zanata/security/SpNegoIdentity.java
    A zanata-war/src/main/java/org/zanata/servlet/KLoginServlet.java
    M zanata-war/src/main/java/org/zanata/servlet/UrlRewriteConfig.java
    M zanata-war/src/main/webapp/WEB-INF/faces-config.xml
    M zanata-war/src/main/webapp/WEB-INF/template/banner.xhtml
    R zanata-war/src/main/webapp/account/klogin.xhtml

  Log Message:
  -----------
  fix(ZNTA-1067): fix kerberos authentication

This change solves a problem where Kerberos authentication doesn't get
triggered due to the new Url rewriter changing the expected response
code and thus stopping the whole process. The old klogin.xhtml page is
replaced with a servlet which performs the same tasks without the need
to go through the Url rewriter.




More information about the zanata-commits mailing list