Skip to Content.
Sympa Menu

en - Re: [sympa-users] Possible problem in wwsympa.fcgi

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Olivier Salaun <address@concealed>
  • To: address@concealed
  • Cc: sympa-users <address@concealed>
  • Subject: Re: [sympa-users] Possible problem in wwsympa.fcgi
  • Date: Thu, 21 Mar 2002 11:02:05 +0100

Hi Hanke,

Hanke Penning wrote:
> > The problem also happens with Netscape.
> > We'll have a look at that....
>
> After commenting out the following part in
> wwsympa.fcgi in get_parameters everything seems ok.
>
> if ($ENV{'SERVER_PORT'} != 80 {
> $param->{'base_url'} .= ':'.$ENV{'SERVER_PORT'};
> }

That's it, the HTTP_HOST contains the port, no need to add it
twice to the URL. This bug was only recently introduced into Sympa
(3.3.4b). Here is the patch :

http://listes.cru.fr/cgi-bin/cvsweb.cgi/sympa/wwsympa/wwsympa.fcgi.diff?r1=1.208&r2=1.209&f=c

--
Olivier Salaün
Comité Réseau des Universités



Archive powered by MHonArc 2.6.19+.

Top of Page