Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 13787] New: url_ftp_verify should be stricter when searching for the target

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 13787] New: url_ftp_verify should be stricter when searching for the target
  • Date: 20 May 2007 17:48:24 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13787

Summary: url_ftp_verify should be stricter when searching for the
target
Product: Sorcery
Version: 1.14.x
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P4
Component: subroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: jakakranjc AT email.si


navaden@lynxlynx git $ url_ftp_verify ftp://ftp.kde.org/pub/kde/unstable;
echo
$?
0
navaden@lynxlynx git $ url_ftp_verify ftp://ftp.kde.org/pub/kde/unst; echo $?
0
navaden@lynxlynx git $ url_ftp_verify
ftp://ftp.kde.org/pub/kde/unstable/3.90.1/
src/kdewebdev-3.80.3-3.90.1.tar.xdelta; echo $?
0
navaden@lynxlynx git $ url_ftp_verify
ftp://ftp.kde.org/pub/kde/unstable/3.90.1/
src/kdewebdev-3.80.3-3.90.1; echo $?
0
navaden@lynxlynx git $

The "unst" dir that doesn't exsist returned true. Same happened with the
nonexsisting "kdewebdev-3.80.3-3.90.1". grep doesn't check for word
boundaries,
so the two matched in other files.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 13787] New: url_ftp_verify should be stricter when searching for the target, bugzilla-daemon, 05/20/2007

Archive powered by MHonArc 2.6.24.

Top of Page