Skip to Content.
Sympa Menu

en - Possible problem in wwsympa.fcgi

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Hanke Penning" <address@concealed>
  • To: address@concealed
  • Subject: Possible problem in wwsympa.fcgi
  • Date: Mon, 18 Mar 2002 18:46:29 +0100

Hello everybody out there!

It seems, that there is a problem within wwsympca.fcgi.

Explanation:

When calling a archive page of a mailinglist, you'll see that
there is the base-URL in the HTML-code, for example:

<BASE HREF="http://www.foo.bar/wws/arc/listname/2002-03/";>

Okay, now let's move to https!
Let's say, you call
https://www.foo.bar/wws/arc/listname/

You'll see the base-URL:
<BASE HREF="https://www.foo.bar:443/wws/arc/listname/2002-03/";>

Everything is fine - till here! The problems now arise from
following a link to another page within the archive:

You'll receive something like:
<BASE HREF="https://www.foo.bar:443:443/wws/arc/listname/2002-02/";>

Fine. And now!! This behavior only appears within MOZILLA.
IMHO most of the stuff working in IE and NOT in MOZILLA based
on a bug in IE.

And it seems, that the
get_parameters
has a small bug in

if ($ENV{'SERVER_PORT'} != 80 {
$param->{'base_url'} .= ':'.$ENV{'SERVER_PORT'}M
}

forgive me - but I can't believe, that this is a bug in MOZILLA.

Yours sincerly

Hanke Penning

IAP GmbH -- Moerkenstrasse 9 -- 22767 Hamburg
Tel.: 040 / 306803-14 -- Fax: 040 / 306803-10
http://www.iap.de --- E-Mail: address@concealed




Archive powered by MHonArc 2.6.19+.

Top of Page