> > 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).
I think the conversion/escaping is done in AH_HBCI_SaveSettings, when called from AH_HBCI_SaveMessage (in fact, that's the only place that is calling SaveSettings anymore), where the full "path" is run through GWEN_Path_Convert. This could be fixed by either not using Convert here anyway (the user-id is already escaped) or changing this GWEN_Path_Convert call so that the first two letters are ignored if they are "?:". Christian ------------------------------------------------------------------------- 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
