Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000417 [Lunar Linux] lunar minor always 2009-11-28 20:41 2010-04-27 07:29
Reporter cavalier View Status public  
Assigned To ratler
Priority normal Resolution fixed  
Status closed   Product Version 1.6.4 Lacus Autumni
Summary 0000417: lvu urls doesn't add / between path and filename
Description lvu urls doens't add a / between path and filename.
the url will only be shown correctly if the download path has a / at the end.
Additional Information to solve the problem, change donwload_url() in show_url() in /bin/lvu to:
  download_url() {
    URL=$1
    # add trailing '/'
    if [ "${URL:((${#URL}-1)):1}" != "/" ] ; then
      URL="${URL}/"
    fi
    echo $URL$2
    return 1
  }
Tags No tags attached.
lvu installed moonbase 20091128.19
Core Tools Theedge
lvu installed [lunar|theedge] 20091101
Attached Files

- Relationships

-  Notes
(0000944)
ratler (developer)
2010-03-20 07:39

lvu urls should now show correct source urls.

- Issue History
Date Modified Username Field Change
2009-11-28 20:41 cavalier New Issue
2009-11-28 20:41 cavalier Status new => assigned
2009-11-28 20:41 cavalier Assigned To => sofar
2009-11-28 20:41 cavalier Moonbase Version => 20091128.19
2009-11-28 20:41 cavalier Core Tools => Theedge
2009-11-28 20:41 cavalier Core Tools Version => 20091101
2010-03-20 07:14 ratler Assigned To sofar => ratler
2010-03-20 07:39 ratler Note Added: 0000944
2010-03-20 07:39 ratler Status assigned => resolved
2010-03-20 07:39 ratler Resolution open => fixed
2010-04-27 07:29 ratler Status resolved => closed


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker