-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Some of aqhbci's paths are not correct on windows. With gwen<=2.2.4 we were using C:\WINNT\.banking on windows2000 for the aqbanking and aqhbci directories. However, not all aqhbci directories are actually there; some are not:
$ ls /c/WINNT/.banking/backends/aqhbci/data/banks/de/80007777/ certs logs $ $ ls /c/Programme/gnucash/bin/C%3A/WINNT/.banking/backends/aqhbci/data/banks/de /80007777/ users The "certs" and "logs" directories are correctly created below C:\WINNT\.banking\backends..., but upon using the "users" directory, the initial "C:\" is escaped into "C%3A" and erroneously written below the current working directory (the gnucash binary in this case). This happens in hbci.c in AH_HBCI_AddUserPath() and AH_HBCI_AddObjectPath because GWEN_Path_Convert(..., GWEN_PATH_FLAGS_ESCAPE) is called there that should escape the whole path. It is clearly wrong that this escapes the initial "C:\" as well. Should we remove that GWEN_Path_Convert altogether? Martin, any idea? Christian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRdHsB2XAi+BfhivFAQICmwQAsVHKPWSpN2SwMKt4TxwUAuEQUUoPlHvj 3mkwlIIocdqj7e2BDHmlCRku5lD0KTcIPyPUysBbqWNbLQu6TslOzlxp8EkgshQM PJmCEun6Dg3BKzQELio9PxXlkpBzAGPXvl3fcjS+NZXbP/BJtTeh+lf/DmTLi1Cs zyk7S7n/Wl8= =r3rm -----END PGP SIGNATURE----- ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Aqbanking-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aqbanking-devel
