On Tuesday 13 February 2007 19:46, Christian Stimming wrote: [...] > By the way, is the "64" in AH_HBCI_SaveMessage's GWEN_Buffer_new() a > hardlimit for the path names? This should be raised to something beyond 200 > because on windows the paths can easily get longer than that. [...]
The "64" is the inital size of the buffer in bytes which suffices in most cases. If more bytes are needed they are allocated on demand. [...] > I'm also not so sure what to do. GWEN_Path_Convert in itself cannot just > ignore "?:" because it cannot know whether we are at the start of the > directroy path (no escaping) or somewhere in the middle (escaping > necessary). Yet another Flag? But that's not at all elegant... [...] I don't think that's an option... We should look for the place where the whole path is converted (the last conversions only add a converted version of the userid/customerid, they do *not* convert the whole path). [...] > By the way, in hbci.c there are still '/' in two places; I suppose those > should be replaced by AppendString and AH_PATH_SEP... [...] Yes, they should be changed. Martin -- "Things are only impossible until they're not" AqBanking - http://www.aqbanking.de/ LibChipcard - http://www.libchipcard.de/ ------------------------------------------------------------------------- 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
