[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.2-24-gc6335e5

Kevin Falcone falcone at bestpractical.com
Fri Aug 19 12:18:55 EDT 2011


The branch, 4.0-trunk has been updated
       via  c6335e5c4b3148c0e945fe7a6ce20c78525a01be (commit)
       via  e874963916191e6cef90aa91e2393bcb1741e241 (commit)
       via  4716929adc66843b4542a9ace4f0e022a7c98ed5 (commit)
       via  f98897ff14ec016668cf5ee350974e35bc54317d (commit)
       via  d464e8e10351ab8c87c38c8e62238e9655da6f53 (commit)
      from  71df59643b78fe13be4734f6b26ea2664636bbac (commit)

Summary of changes:
 lib/RT/Test.pm                            |   48 ++++++++++++++++++++-------
 lib/RT/Test/Apache.pm                     |   25 +++++++++++---
 lib/RT/Test/Web.pm                        |   10 +-----
 t/data/configs/apache2.2+fastcgi.conf.in  |    2 +
 t/data/configs/apache2.2+mod_perl.conf.in |    3 ++
 t/data/configs/passwords                  |    2 +
 t/web/remote_user.t                       |   51 +++++++++++++++++++++++++++++
 7 files changed, 115 insertions(+), 26 deletions(-)
 create mode 100644 t/data/configs/passwords
 create mode 100644 t/web/remote_user.t

- Log -----------------------------------------------------------------
commit c6335e5c4b3148c0e945fe7a6ce20c78525a01be
Merge: 71df596 e874963
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Aug 19 11:28:31 2011 -0400

    Merge branch '4.0/external-auth-tests' into 4.0-trunk
    
    Conflicts:
    	lib/RT/Test.pm
            wording
    	t/data/configs/apache2.2+mod_perl.conf.in
            switching from perl-script to modperl

diff --cc t/data/configs/apache2.2+mod_perl.conf.in
index 141a59b,2cb71af..3b1f3f6
--- a/t/data/configs/apache2.2+mod_perl.conf.in
+++ b/t/data/configs/apache2.2+mod_perl.conf.in
@@@ -50,7 -50,9 +50,10 @@@ DocumentRoot "%%DOCUMENT_ROOT%%
      Order allow,deny
      Allow from all
  
+ %%BASIC_AUTH%%
+ 
 -    SetHandler perl-script
 +    SetHandler modperl
++
      PerlResponseHandler Plack::Handler::Apache2
      PerlSetVar psgi_app %%RT_SBIN_PATH%%/rt-server
  </Location>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list