Opened 15 years ago

Closed 15 years ago

#8 closed defect (wontfix)

plugin does not connect to resources

Reported by: Yuri Dario Owned by: Yuri Dario
Priority: major Milestone: NdpDav 1.1
Component: Plugin Version: 1.1beta2
Keywords: Cc:

Description

debug output shows dummy chars are added to URI on first connect attempt.

Wed 12:12:59pm> NdpCreateConnection: rc = 0, conn = 0x77cf90, resource = 0x78af20
Wed 12:12:59pm> NdpQueryPathInfo: conn=0x77cf90, plist=0x2941448, path = *
Wed 12:12:59pm> NdpQueryPathInfo: rc = 2, conn=0x77cf90, plist=0x2941448, path = *
Wed 12:12:59pm> NdpFindStart: conn=0x77cf90, plist = 0x2941448, pfiparent=0, path = *, attr = 00000077
Wed 12:12:59pm> NdpFindStart: pszParent = , pszMask = *
Wed 12:12:59pm> QueryFullPathDir: /paperino/ +  = /paperino/R/
Wed 12:12:59pm> SSL failures 00000008
Wed 12:13:00pm> NdpFindStart: rc = 18, conn=0x77cf90, plist = 0x2941448, pfiparent=0, path = *, attr = 00000077

or

Wed 12:25:27pm> NdpRsrcQueryInfo: rc = 0, info = https://webdav.netlabs.org/paperino
Wed 12:25:27pm> NdpQueryPathInfo: conn=0x77cf90, plist=0x2941738, path = *
Wed 12:25:27pm> NdpQueryPathInfo: rc = 2, conn=0x77cf90, plist=0x2941738, path = *
Wed 12:25:27pm> NdpFindStart: conn=0x77cf90, plist = 0x2941738, pfiparent=0, path = *, attr = 00000077
Wed 12:25:27pm> NdpFindStart: pszParent = , pszMask = *
Wed 12:25:27pm> QueryFullPathDir: /paperino +  = /paperino!0.0000000.000000%80/R/
Wed 12:25:27pm> NdpFindStart: rc = 18, conn=0x77cf90, plist = 0x2941738, pfiparent=0, path = *, attr = 00000077

Change History (1)

comment:1 Changed 15 years ago by Yuri Dario

Resolution: wontfix
Status: newclosed

This was happening with NetDrive? 3.1.0 installed.
It has been fixed with upgrading to NetDrive? 3.1.1 (released 16 dec 2008).

The helper function fsphCpTranslateString now seems to work better. netdrive version.txt says UTF8 is now handled correctly for ftp, but since webdav uses UTF8 too, the same fix worked for us :-))

Note: See TracTickets for help on using tickets.