[Mailman-Developers] [ mailman-Bugs-663675 ] Administrative interface vs. non-standard HTTP ports

SourceForge.net noreply at sourceforge.net
Tue Jan 7 05:02:14 EST 2003


Bugs item #663675, was opened at 2003-01-07 11:02
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=663675&group_id=103

Category: Web/CGI
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Fabricio Chalub (chalub)
Assigned to: Nobody/Anonymous (nobody)
Summary: Administrative interface vs. non-standard HTTP ports

Initial Comment:
I still find that mailman's administrative interface
behaves incorrectly on HTTPDs running on non-standard
ports.  It simply discards the port information out of
the URL, despite DEFAULT_URL* settings.

On some pages, the URL to the FORM ACTION is relative
(eg, the "General Options" form) while others, it is
absolute (eg, the "Membership list").

Looking around the source, I've found lines like this

(on Mailman/Cgi/admin.py)

adminurl = mlist.GetScriptURL('admin', absolute=1)

Changing the value of ABSOLUTE to 0 solved the problem,
and I've found it pretty harmless.  Any specific reason
for the ABSOLUTE=1 setting?


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=663675&group_id=103



More information about the Mailman-Developers mailing list