Hi, I'm having a problem getting xercesc on Win32 to work with an MS IIS server. The server is set up to reject anonymous authentication, and the WinSockNetAccessor and BinHTTPURLInputStream classes don't know how to authenticate the client. Is this a bug in xerces? Or a known limitation? Are there any authentication schemes supported at all in xerces?
I quickly rewrote the code in Win32\BinHTTPURLInputStream.cpp to use WinInet APIs instead of socket APIs, and then xerces can connect to IIS regardless which authentication scheme is used on the server. Should I log this as bug/improvement in bugzilla? Bye, Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
