[zanata/zanata-server] 0acb85: fix(ZNTA-1067): fix kerberos authentication

GitHub noreply at github.com
Thu May 5 07:09:29 UTC 2016


  Branch: refs/heads/ZNTA-1067_kerberos_ticket_auth_redirect
  Home:   https://github.com/zanata/zanata-server
  Commit: 0acb853cc5e865507d707195c0d0dacaa5a14ecb
      https://github.com/zanata/zanata-server/commit/0acb853cc5e865507d707195c0d0dacaa5a14ecb
  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