mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [bugs #1949] web download view reload points to IP inste


From: spiralvoice
Subject: [Mldonkey-bugs] [bugs #1949] web download view reload points to IP instead of DNS name
Date: Tue, 02 Dec 2003 13:34:16 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.5) Gecko/20031007

This mail is an automated notification from the bugs tracker
 of the project: mldonkey, a free e-Donkey client.

/**************************************************************************/
[bugs #1949] Latest Modifications:

Changes by: 
                spiralvoice <address@hidden>
'Date: 
                Tue 12/02/2003 at 19:34 (Europe/Berlin)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This patch report is very old. If the bug still exists in current

versions please post a new bug report - spiralvoice






/**************************************************************************/
[bugs #1949] Full Item Snapshot:

URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=1949>
Project: mldonkey, a free e-Donkey client
Submitted by: 0
On: Wed 12/11/2002 at 13:33

Category:  HTTP interface
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Closed
Release:  2.00
Release:  
Platform Version:  None
Binaries Origin:  None


Summary:  web download view reload points to IP instead of DNS name

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">

Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 12/02/2003 at 19:34       By: spiralvoice
This patch report is very old. If the bug still exists in current

versions please post a new bug report - spiralvoice

-------------------------------------------------------
Date: Fri 01/03/2003 at 13:26       By: mathiasg
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












For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=1949>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]