Freddy Lopez <[EMAIL PROTECTED]> writes: > Has anyone ever seen/gotten this error message? > HTTP/1.1 501 Method MKCOL is not defined in RFC 2068 and is not > supported by the Servlet API > > > I am also getting this error with the MOVE, COPY, ETC methods. > Any solution?
That's not HTTP methods, but WebDAV methods, so 501 is exactly what you expect, if you talk to a server, that is not WebDAV enabled. Maybe you are not talking to the server or servlet you expect to talk to. Or there is an overeager proxy/firewall in the way. Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
