Hello.

I have 3.6.1 on Debian Sarge with Apache2 and backported libapache2-mod_perl2. I have HTTPS only site with redirect fix:

lib/RT/Interface/Web.pm:

196c196
<             $uri->port($ENV{'SERVER_PORT'});
---
>             #$uri->port($ENV{'SERVER_PORT'});

(see my posts from last week)

Also i changed another $ENV{'SERVER_PORT'} statement in share/html/Elements/SetupSessionCookie:

50c50
< my $cookiename = "RT_SID_".$RT::rtname.".".$ENV{'SERVER_PORT'};
---
> my $cookiename = "RT_SID_".$RT::rtname.".".$RT::WebPort;


But i still have some problems with logout, in Opera browser 9.02 sometimes i can't logout, every click on Logout redirect me to the home page of RT. FF is going fine.

Do you have some idea where the problem can be?

Thx.

H.
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com

Reply via email to