Bug 189986

Summary: pwd displays '%2F' as a part of path
Product: [Fedora] Fedora Reporter: Jason Vas Dias <jvdias>
Component: lftpAssignee: Jason Vas Dias <jvdias>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-04-29 00:12:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 189979    
Bug Blocks:    

Description Jason Vas Dias 2006-04-26 14:38:16 UTC
+++ This bug was initially created as a clone of Bug #189979 +++

Description of problem:
After logging in, change directory or ls and then do a 'pwd'. You will see '%2F'
as a part of the path.

Version-Release number of selected component (if applicable):
lftp-3.0.6-3.i386


How reproducible:
always

Steps to Reproduce:
1. `lftp -u root localhost` (the same results for ordinary user)
Password: (type your password)
lftp root@localhost:~>

2. `pwd`
ftp://root@localhost

3. `cd`  (or `ls` or whatever)
cd ok, cwd=/root

4. `pwd`
ftp://root@localhost/%2Froot

  
Actual results:
ftp://root@localhost/%2Froot


Expected results:
ftp://root@localhost/root


Additional info:
FTP server was vsftpd version 2.0.1

Comment 1 Jason Vas Dias 2006-04-26 14:40:58 UTC
Same thing happens with latest lftp-3.4.4 . The kerberos 'ftp' client does not 
have this problem, so it must be an lftp issue - will fix with next release and
inform upstream maintainer of this issue.


Comment 2 Jason Vas Dias 2006-04-29 00:12:29 UTC
NOTABUG - see explanation in bug 189979 .