mldonkey-bugs
[Top][All Lists]
Advanced

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

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


From: nobody
Subject: [Mldonkey-bugs] [Bug #1949] web download view reload points to IP instead of DNS name
Date: Fri, 03 Jan 2003 07:26:12 -0500

=================== BUG #1949: LATEST MODIFICATIONS ==================
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=1949&group_id=1409

Changes by: Mathias <address@hidden>
Date: 2003-Jan-03 12:26 (GMT)

------------------ Additional Follow-up Comments ----------------------------
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



=================== BUG #1949: FULL BUG SNAPSHOT ===================


Submitted by: None                      Project: mldonkey, a free e-Donkey 
client
Submitted on: 2002-Dec-11 12:33
Category:  HTTP interface               Severity:  5 - Major                    
Bug Group:  None                        Resolution:  None                       
Assigned to:  None                      Status:  Open                           
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: 2003-Jan-03 12: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


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=1949&group_id=1409




reply via email to

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