Hello, I`m using Restlet 1.1 and I`m having following trouble. Service is ok and responding really well until I request HTTP/1.0 request (which is a must regarding using HW loadbalancers unable to send 1.1 healthcheck requests). In this case I`m always getting 404 Response - Resource not found. In addition logger info appears in console that Couldn`t find mandatory Host header. ... I know that 1.0 doesn`t contain this header so I tried to create my own filter and overwriting getHeader method of ServletRequest to always return Host header in case the request doesn`t contain one but it seems this is not working at all. Does anybody have an idea how to solve this ? Thank you very much !.
-- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/HTTP-1-0-Request-Couldn-t-find-resource-tp6495574p6495574.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2770646

