Hi Gabriele! > I think I found a very simple bug inside the VFS code implementation > for SMB. Yea! And you did a VERY good work in locating where the problem is. Thanks alot!
> I had hard times finding documentations about it, but after a bit of > hacking inside the source code I could find how to do it. It would be great if you add your insights to the faq: http://wiki.apache.org/jakarta-commons/VfsFaq I coded this stuff during the last hackaton at the ApacheCon Dublin, but - as always - I am lazy in writing documentations :-( > - the ones missing credentials will be authenticated by my authenticator > - the other ones will use the url encoded credentials. > What do you think? Yes, I think you are right. I changed the code so that any information provided by the url will override any data from the authenticator, though, even if you provide all required informations the authenticator will be called anyway ... room for improvements ;-) Thanks for the time you take to figure this out. Ciao, Mario --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
