bugmldonkey, a multi-networks file-sharing client - Bugs: bug #1949, web download view reload points to...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #1949: web download view reload points to IP instead of DNS name

Submitter:  None
Submitted:  Wed 11 Dec 2002 12:33:02 PM UTC
   
 
Category:  HTTP interface Severity:  3 - Normal
Item Group:  None Status:  None
Assigned to:  None Open/Closed:  Closed
Release:  2.00 Release: 
Operating System:  None Binaries Origin:  None
CPU type:  None

Tue 02 Dec 2003 06:34:15 PM UTC, comment #2: 

This patch report is very old. If the bug still exists in current
versions please post a new bug report - spiralvoice

spiralvoice <spiralvoice>
Group administrator
Fri 03 Jan 2003 12:26:12 PM UTC, comment #1: 

In release 2.02-0 the refresh-url points to localhost:
<meta http-equiv=Refresh content="120; URL=http://127.0.0.1:4080/files">
This doesn't work with apache & reverse-proxy.
if the refresh-tag would be changed to
<meta http-equiv=Refresh
      content="120; URL=/files">
it would work.

Best Regards, Mathias

Invalid User ID <#14326>
Wed 11 Dec 2002 12:33:02 PM UTC, original submission:  

If you have the download view in the browser it reloads from time to time. But the redirect goes to the ip, so if u are "calling home" to your mldonkey machine with a dynamic IP using a dynamic DNS, u have to login again when it reloads.
solution:
<meta http-equiv=Refresh
      content="120; URL=http://217.227.145.239:4080/submit?q=vd">
should be changed to
<meta http-equiv=Refresh
      content="120; URL=/submit?q=vd">

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2003-12-02 spiralvoice Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-bb6a.
Corresponding source code