[zanata/zanata-server] cc9f75: fix(ZNTA-1067): kerberos ticket auth redirect

GitHub noreply at github.com
Wed May 18 05:56:50 UTC 2016


  Branch: refs/heads/integration/master
  Home:   https://github.com/zanata/zanata-server
  Commit: cc9f75b2d2c1800c9c4557b3d1a4b7ebdb8f09af
      https://github.com/zanata/zanata-server/commit/cc9f75b2d2c1800c9c4557b3d1a4b7ebdb8f09af
  Author: Carlos Munoz <chavo16 at hotmail.com>
  Date:   2016-05-18 (Wed, 18 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/java/org/zanata/util/FacesNavigationUtil.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): kerberos ticket auth redirect

* 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.

See: https://github.com/zanata/zanata-server/pull/1157


  Commit: 459ffc1027b752471a108425c228eac9d133a572
      https://github.com/zanata/zanata-server/commit/459ffc1027b752471a108425c228eac9d133a572
  Author: Zanata Build Server <jenkins at zanata.org>
  Date:   2016-05-18 (Wed, 18 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/java/org/zanata/util/FacesNavigationUtil.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:
  -----------
  Merge commit 'cc9f75b2d2c1800c9c4557b3d1a4b7ebdb8f09af' into HEAD


Compare: https://github.com/zanata/zanata-server/compare/8fbc422f2a6d...459ffc1027b7


More information about the zanata-commits mailing list