[Rt-commit] rt branch, 3.6-trunk, updated. rt-3.6.10-2-gd9ab359

Kevin Falcone falcone at bestpractical.com
Mon Dec 14 16:46:15 EST 2009


The branch, 3.6-trunk has been updated
       via  d9ab3597c6193ac82d93bc7882c06f8eab7cbc86 (commit)
      from  8bd823bc20c5b6faf68789917fd011baf7a0f79b (commit)

Summary of changes:
 html/Elements/SetupSessionCookie |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit d9ab3597c6193ac82d93bc7882c06f8eab7cbc86
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Mon Dec 14 16:45:35 2009 -0500

    backport 84022062cec889f1cabf1d4a10e28b7b66addf23
    
    Without this, SelfService logins were requiring a second login after the
    redirect to /SelfService/

diff --git a/html/Elements/SetupSessionCookie b/html/Elements/SetupSessionCookie
index 3225c0d..00f97ce 100755
--- a/html/Elements/SetupSessionCookie
+++ b/html/Elements/SetupSessionCookie
@@ -122,7 +122,7 @@ if ( !$cookies{$cookiename} ) {
         -path  => $RT::WebPath,
         -secure => ($RT::WebSecureCookies ? 1 :0)
     );
-    $r->headers_out->{'Set-Cookie'} = $cookie->as_string;
+    $r->err_headers_out->{'Set-Cookie'} = $cookie->as_string;
 
 }
 

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


More information about the Rt-commit mailing list