Hello Tommi. I'm using cxxtool as xmlrpc server and when I tried to use another xmlrpc client (in my case ulxmlrpc which works on windows) I found a problem in cxxtool parser.
The server is listening with ip 192.168.254.251, port 7001 and service /files When I use cxxtools xmlrpc client, it sends to server something like: POST /files HTTP 1.1 With this, the server can recognize the resource (/files) easily. When I try the ulxmlrpcpp it's client uses the absolute URI: POST http://192.168.254.251:7001/files HTTP 1.1 And as cxxtools' parser is unable to recognize the /files resource it returns a 404 response. According to HTTP spec [1] both forms (and other two) are correct, so I think it's a bug in cxxtools :-( I tried to resolve the problem by myself (in theory is simple using the uri parser) but I couldn't find where the header is parsed (yes, I'm a dumb!). Thanks in advance :-) PS: is there a bug tracker for cxxtools/tntnet? [1] www.w3.org/Protocols/rfc2616/rfc2616-sec5.html -- ----- Sent from my Atari ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
