[zanata/zanata-server] ac1790: [zanata-release-branching] development version is ...

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


  Branch: refs/heads/ZNTA-1067_kerberos_ticket_auth_redirect
  Home:   https://github.com/zanata/zanata-server
  Commit: ac17905ab4a81d14c167f816788b9b2224bf93a4
      https://github.com/zanata/zanata-server/commit/ac17905ab4a81d14c167f816788b9b2224bf93a4
  Author: Ding-Yi Chen <dingyichen at gmail.com>
  Date:   2016-05-05 (Thu, 05 May 2016)

  Changed paths:
    M frontend/pom.xml
    M functional-test/pom.xml
    M pom.xml
    M zanata-liquibase/pom.xml
    M zanata-model/pom.xml
    M zanata-test-war/pom.xml
    M zanata-war/pom.xml

  Log Message:
  -----------
  [zanata-release-branching] development version is now 4.0.0-SNAPSHOT


  Commit: 9cd9edddd6aa8c15fc879668caec18f49159e05f
      https://github.com/zanata/zanata-server/commit/9cd9edddd6aa8c15fc879668caec18f49159e05f
  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.


Compare: https://github.com/zanata/zanata-server/compare/265b3cc78988...9cd9edddd6aa


More information about the zanata-commits mailing list